https://github.com/python/cpython/commit/7dd52b63cef3ff60868dea510ef7a9adcc6611cc
commit: 7dd52b63cef3ff60868dea510ef7a9adcc6611cc
branch: main
author: Adam Turner <9087854+aa-tur...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2024-07-18T21:05:38Z
summary:

GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)

files:
M Doc/conf.py

diff --git a/Doc/conf.py b/Doc/conf.py
index 7f925dc7a8eb26..5addee0378984a 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -82,7 +82,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