]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: bump Sphinx to 8.0 and update constraints (#122496)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 31 Jul 2024 07:02:08 +0000 (10:02 +0300)
committerGitHub <noreply@github.com>
Wed, 31 Jul 2024 07:02:08 +0000 (07:02 +0000)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/constraints.txt
Doc/requirements.txt

index 147de1271eb2b7fde2ce39c4d03939e62d03442e..ab3b39bf380dad8dad118f1d84cc71ecd6ffe530 100644 (file)
@@ -9,16 +9,16 @@ babel<3
 colorama<0.5
 imagesize<1.5
 Jinja2<3.2
-packaging<24
-Pygments>=2.16.1,<3
+packaging<25
+Pygments<3
 requests<3
 snowballstemmer<3
-sphinxcontrib-applehelp<1.1
-sphinxcontrib-devhelp<1.1
-sphinxcontrib-htmlhelp<2.1
+sphinxcontrib-applehelp<2.1
+sphinxcontrib-devhelp<2.1
+sphinxcontrib-htmlhelp<2.2
 sphinxcontrib-jsmath<1.1
-sphinxcontrib-qthelp<1.1
-sphinxcontrib-serializinghtml<1.2
+sphinxcontrib-qthelp<2.1
+sphinxcontrib-serializinghtml<2.1
 
 # Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)
 MarkupSafe<2.2
index 98ad52e17538a469f079b36617d5528f21446031..bf1028020b7af76f9973178b69a9b9d041508e59 100644 (file)
@@ -6,7 +6,7 @@
 # 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
 # as no warnings are raised by doing so.
-sphinx~=7.4.0
+sphinx~=8.0.0
 
 blurb