We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd5cac commit b950997Copy full SHA for b950997
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
[project.optional-dependencies]
32
docs = [
33
# building documentation
34
- "sphinx >=8.0.0",
+ "sphinx >=7.0.0",
35
"sphinx_rtd_theme",
36
"myst-parser",
37
"sphinx-multiversion",
spec-file.txt
@@ -19,7 +19,7 @@ mypy
19
pre-commit
20
21
# Documentation
22
-sphinx >=8.0.0
+sphinx >=7.0.0
23
sphinx_rtd_theme
24
myst-parser
25
sphinx-multiversion
0 commit comments