https://github.com/python/cpython/commit/8e17470710ee03c36926d458f8d8dcb60176883f
commit: 8e17470710ee03c36926d458f8d8dcb60176883f
branch: 3.11
author: Adam Turner <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-01-20T11:31:06Z
summary:

[3.11] GH-99380: Update to Sphinx 7 (GH-99381) (#114342)

(cherry picked from commit e6495159f6f2ca4fe3b5143c62fc2ad5873ef54f)

files:
M Doc/requirements.txt

diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index d81fef288caed3..118e6c322b4be2 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -6,12 +6,13 @@
 # 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==4.5.0
+sphinx~=7.2.0
 
 blurb
 
 sphinx-autobuild
-sphinxext-opengraph>=0.7.1
+sphinxext-opengraph==0.7.5
+sphinx-notfound-page==1.0.0
 
 # The theme used by the documentation is stored separately, so we need
 # to install that as well.

_______________________________________________
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