From eab7f34d8529fc9b90e953ddd0def31d99fa076b Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 3 Feb 2026 11:56:30 +0100 Subject: [PATCH] Remove version from sphinx dependency The reason to pin to <7 is gone. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36c5db10..7b7cccb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,7 @@ docs = [ "commonmark", "myst-parser", "recommonmark", - # https://github.com/readthedocs/readthedocs.org/issues/10279 - "Sphinx<7", + "Sphinx", "sphinx_rtd_theme", ] dev = [