Skip to content

Commit d01fd24

Browse files
hugovkAA-Turner
andauthored
Docs: bump Sphinx to 8.0 and update constraints (#122496)
Co-authored-by: Adam Turner <[email protected]>
1 parent a9344cd commit d01fd24

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Doc/constraints.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ babel<3
99
colorama<0.5
1010
imagesize<1.5
1111
Jinja2<3.2
12-
packaging<24
13-
Pygments>=2.16.1,<3
12+
packaging<25
13+
Pygments<3
1414
requests<3
1515
snowballstemmer<3
16-
sphinxcontrib-applehelp<1.1
17-
sphinxcontrib-devhelp<1.1
18-
sphinxcontrib-htmlhelp<2.1
16+
sphinxcontrib-applehelp<2.1
17+
sphinxcontrib-devhelp<2.1
18+
sphinxcontrib-htmlhelp<2.2
1919
sphinxcontrib-jsmath<1.1
20-
sphinxcontrib-qthelp<1.1
21-
sphinxcontrib-serializinghtml<1.2
20+
sphinxcontrib-qthelp<2.1
21+
sphinxcontrib-serializinghtml<2.1
2222

2323
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
2424
MarkupSafe<2.2

Doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Sphinx version is pinned so that new versions that introduce new warnings
77
# won't suddenly cause build failures. Updating the version is fine as long
88
# as no warnings are raised by doing so.
9-
sphinx~=7.4.0
9+
sphinx~=8.0.0
1010

1111
blurb
1212

0 commit comments

Comments
 (0)