https://github.com/python/cpython/commit/d2caf8bee81dd18ffb4bcddc3005b44c6f88bda1
commit: d2caf8bee81dd18ffb4bcddc3005b44c6f88bda1
branch: 3.13
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:52:42Z
summary:

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

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 6ab8e8ccbdfd96..9f089482992311 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -83,7 +83,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