File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# RTD is currently installing 1.5.3, which has a bug in :lineno-match: (??)
2- # sphinx 5.3 doesn't work with our _NoValue workaround
3- sphinx >= 6.0
2+ # sphinx 5.3 doesn't work with our _NoValue workaround, 9.0 breaks sphinxcontrib-trio
3+ sphinx >= 6.0,<9.0
44jinja2
55# >= is necessary to prevent `uv` from selecting a `Sphinx` version this does not support
66sphinx_rtd_theme >= 3
Original file line number Diff line number Diff line change @@ -69,14 +69,7 @@ sortedcontainers==2.4.0
6969 # via -r docs-requirements.in
7070soupsieve==2.8.2
7171 # via beautifulsoup4
72- sphinx==9.0.4 ; python_full_version < '3.12'
73- # via
74- # -r docs-requirements.in
75- # sphinx-codeautolink
76- # sphinx-rtd-theme
77- # sphinxcontrib-jquery
78- # sphinxcontrib-trio
79- sphinx==9.1.0 ; python_full_version >= '3.12'
72+ sphinx==8.2.3
8073 # via
8174 # -r docs-requirements.in
8275 # sphinx-codeautolink
You can’t perform that action at this time.
0 commit comments