Skip to content

Commit 90cc27f

Browse files
authored
Try upperbound for Sphinx
1 parent 5896f08 commit 90cc27f

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

docs-requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
jinja2
55
# >= is necessary to prevent `uv` from selecting a `Sphinx` version this does not support
66
sphinx_rtd_theme >= 3

docs-requirements.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,7 @@ sortedcontainers==2.4.0
6969
# via -r docs-requirements.in
7070
soupsieve==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

0 commit comments

Comments
 (0)