[3.13] Docs: bump Sphinx to 8.0 and update constraints (GH-122496) (#122499)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-07-31 09:20:20 +02:00 committed by GitHub
parent 5212624c42
commit 4a6365c5f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -9,16 +9,16 @@ babel<3
colorama<0.5 colorama<0.5
imagesize<1.5 imagesize<1.5
Jinja2<3.2 Jinja2<3.2
packaging<24 packaging<25
Pygments>=2.16.1,<3 Pygments<3
requests<3 requests<3
snowballstemmer<3 snowballstemmer<3
sphinxcontrib-applehelp<1.1 sphinxcontrib-applehelp<2.1
sphinxcontrib-devhelp<1.1 sphinxcontrib-devhelp<2.1
sphinxcontrib-htmlhelp<2.1 sphinxcontrib-htmlhelp<2.2
sphinxcontrib-jsmath<1.1 sphinxcontrib-jsmath<1.1
sphinxcontrib-qthelp<1.1 sphinxcontrib-qthelp<2.1
sphinxcontrib-serializinghtml<1.2 sphinxcontrib-serializinghtml<2.1
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above) # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
MarkupSafe<2.2 MarkupSafe<2.2

View File

@ -6,7 +6,7 @@
# Sphinx version is pinned so that new versions that introduce new warnings # Sphinx version is pinned so that new versions that introduce new warnings
# won't suddenly cause build failures. Updating the version is fine as long # won't suddenly cause build failures. Updating the version is fine as long
# as no warnings are raised by doing so. # as no warnings are raised by doing so.
sphinx~=7.4.0 sphinx~=8.0.0
blurb blurb