Skip to content

Commit 517e34c

Browse files
DOC: Don't use Sphinx 8.0.0 until scipygh-21323 is resolved.
[docs only]
1 parent 58f465c commit 517e34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test = [
8888
'ninja; sys_platform != "emscripten"',
8989
]
9090
doc = [
91-
"sphinx>=5.0.0",
91+
"sphinx>=5.0.0,<8.0.0",
9292
"intersphinx_registry",
9393
"pydata-sphinx-theme>=0.15.2",
9494
"sphinx-copybutton",

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated via tools/generate_requirements.py.
22
# Do not edit this file; modify `pyproject.toml` instead and run `python tools/generate_requirements.py`.
3-
sphinx>=5.0.0
3+
sphinx>=5.0.0,<8.0.0
44
intersphinx_registry
55
pydata-sphinx-theme>=0.15.2
66
sphinx-copybutton

0 commit comments

Comments
 (0)