Skip to content

Commit 2dbf2ce

Browse files
committed
Back to Sphinx 8 until we figure out why 9 doesn't work.
1 parent e6f8513 commit 2dbf2ce

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
file:.
22
furo
33
lxml
4-
sphinx!=7.2.5
4+
sphinx<9 # sphinx 9 appears to have issues I haven't diagnosed
55
sphinx-autoapi
66
sphinx-autodoc-typehints
77
sphinx-copybutton

docs/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ certifi==2026.1.4
1818
# via requests
1919
charset-normalizer==3.4.4
2020
# via requests
21-
docutils==0.22.4
21+
docutils==0.21.2
2222
# via sphinx
2323
furo==2025.12.19
2424
# via -r docs/requirements.in
@@ -60,6 +60,8 @@ requests==2.32.5
6060
# sphinx
6161
# sphinxcontrib-spelling
6262
roman-numerals==4.1.0
63+
# via roman-numerals-py
64+
roman-numerals-py==4.1.0
6365
# via sphinx
6466
rpds-py==0.30.0
6567
# via
@@ -69,7 +71,7 @@ snowballstemmer==3.0.1
6971
# via sphinx
7072
soupsieve==2.8.1
7173
# via beautifulsoup4
72-
sphinx==9.1.0
74+
sphinx==8.2.3
7375
# via
7476
# -r docs/requirements.in
7577
# furo
@@ -82,7 +84,7 @@ sphinx==9.1.0
8284
# sphinxext-opengraph
8385
sphinx-autoapi==3.6.1
8486
# via -r docs/requirements.in
85-
sphinx-autodoc-typehints==3.6.2
87+
sphinx-autodoc-typehints==3.5.2
8688
# via -r docs/requirements.in
8789
sphinx-basic-ng==1.0.0b2
8890
# via furo

0 commit comments

Comments
 (0)