We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea60497 + 88ee919 commit 2d90eefCopy full SHA for 2d90eef
2 files changed
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-sphinx<8
+sphinx<9
2
sphinxcontrib-bibtex
3
sphinxcontrib-spelling
4
autodoc_pydantic
setup.py
@@ -84,7 +84,7 @@ def run_tests(self):
84
extras_require={
85
"docs": [
86
"autodoc_pydantic",
87
- "sphinx<8",
+ "sphinx<9",
88
"sphinx_design",
89
"sphinx_rtd_theme",
90
"sphinxcontrib-bibtex",
0 commit comments