https://github.com/python/cpython/commit/919300e42acaf2bb7cd00fcac5e9dd4e2e75f0c7
commit: 919300e42acaf2bb7cd00fcac5e9dd4e2e75f0c7
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-03-05T00:38:04Z
summary:

[3.12] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) 
(#130859)

GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444)
(cherry picked from commit e53d105872fafa77507ea33b7ecf0faddd4c3b60)

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

files:
A Misc/NEWS.d/next/Documentation/2025-02-22-02-24-39.gh-issue-125722.zDIUFV.rst
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 8e7ff47b260b2d..582da19e6fb3f1 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -87,7 +87,7 @@
 
 # Minimum version of sphinx required
 # Keep this version in sync with ``Doc/requirements.txt``.
-needs_sphinx = '8.1.3'
+needs_sphinx = '8.2.0'
 
 # Create table of contents entries for domain objects (e.g. functions, classes,
 # attributes, etc.). Default is True.
diff --git 
a/Misc/NEWS.d/next/Documentation/2025-02-22-02-24-39.gh-issue-125722.zDIUFV.rst 
b/Misc/NEWS.d/next/Documentation/2025-02-22-02-24-39.gh-issue-125722.zDIUFV.rst
new file mode 100644
index 00000000000000..6e20c08163ff03
--- /dev/null
+++ 
b/Misc/NEWS.d/next/Documentation/2025-02-22-02-24-39.gh-issue-125722.zDIUFV.rst
@@ -0,0 +1,2 @@
+Require Sphinx 8.2.0 or later to build the Python documentation. Patch by
+Adam Turner.

_______________________________________________
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