https://github.com/python/cpython/commit/eda9b7f6fdc2436ea7314f24f6b8bea7d276c477
commit: eda9b7f6fdc2436ea7314f24f6b8bea7d276c477
branch: 3.12
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-07-19T07:44:03Z
summary:

[3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993)

GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986)
(cherry picked from commit 7dd52b63cef3ff60868dea510ef7a9adcc6611cc)

Co-authored-by: Adam Turner <9087854+aa-tur...@users.noreply.github.com>

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 3db65df7a84b21..4849d2c36e56ea 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -75,7 +75,7 @@
 highlight_language = 'python3'
 
 # Minimum version of sphinx required
-needs_sphinx = '4.2'
+needs_sphinx = '6.2.1'
 
 # Create table of contents entries for domain objects (e.g. functions, classes,
 # attributes, etc.). Default is True.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to