File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11file:.
22furo
33lxml
4- sphinx!=7.2.5
4+ sphinx<9 # sphinx 9 appears to have issues I haven't diagnosed
55sphinx-autoapi
66sphinx-autodoc-typehints
77sphinx-copybutton
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ certifi==2026.1.4
1818 # via requests
1919charset-normalizer == 3.4.4
2020 # via requests
21- docutils == 0.22.4
21+ docutils == 0.21.2
2222 # via sphinx
2323furo == 2025.12.19
2424 # via -r docs/requirements.in
@@ -60,6 +60,8 @@ requests==2.32.5
6060 # sphinx
6161 # sphinxcontrib-spelling
6262roman-numerals == 4.1.0
63+ # via roman-numerals-py
64+ roman-numerals-py == 4.1.0
6365 # via sphinx
6466rpds-py == 0.30.0
6567 # via
@@ -69,7 +71,7 @@ snowballstemmer==3.0.1
6971 # via sphinx
7072soupsieve == 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
8385sphinx-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
8789sphinx-basic-ng == 1.0.0b2
8890 # via furo
You can’t perform that action at this time.
0 commit comments