]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2024 07:44:03 +0000 (09:44 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 07:44:03 +0000 (07:44 +0000)
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-Turner@users.noreply.github.com>
Doc/conf.py

index 3db65df7a84b2152fe0cde3deca3cd3f9e05e08e..4849d2c36e56ea030171cf58a3aed445f25de920 100644 (file)
@@ -75,7 +75,7 @@ today_fmt = '%B %d, %Y'
 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.