https://github.com/python/cpython/commit/d01fd240517e0c5fb679686a93119d0aa6b0fc0f
commit: d01fd240517e0c5fb679686a93119d0aa6b0fc0f
branch: main
author: Hugo van Kemenade <[email protected]>
committer: hugovk <[email protected]>
date: 2024-07-31T07:02:08Z
summary:

Docs: bump Sphinx to 8.0 and update constraints (#122496)

Co-authored-by: Adam Turner <[email protected]>

files:
M Doc/constraints.txt
M Doc/requirements.txt

diff --git a/Doc/constraints.txt b/Doc/constraints.txt
index 147de1271eb2b7..ab3b39bf380dad 100644
--- a/Doc/constraints.txt
+++ b/Doc/constraints.txt
@@ -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
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index 98ad52e17538a4..bf1028020b7af7 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -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
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to