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 58f465c commit 517e34cCopy full SHA for 517e34c
pyproject.toml
@@ -88,7 +88,7 @@ test = [
88
'ninja; sys_platform != "emscripten"',
89
]
90
doc = [
91
- "sphinx>=5.0.0",
+ "sphinx>=5.0.0,<8.0.0",
92
"intersphinx_registry",
93
"pydata-sphinx-theme>=0.15.2",
94
"sphinx-copybutton",
requirements/doc.txt
@@ -1,6 +1,6 @@
1
# Generated via tools/generate_requirements.py.
2
# Do not edit this file; modify `pyproject.toml` instead and run `python tools/generate_requirements.py`.
3
-sphinx>=5.0.0
+sphinx>=5.0.0,<8.0.0
4
intersphinx_registry
5
pydata-sphinx-theme>=0.15.2
6
sphinx-copybutton
0 commit comments