From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:05:38 +0000 (+0100) Subject: GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986) X-Git-Tag: v3.14.0a1~1067 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd52b63cef3ff60868dea510ef7a9adcc6611cc;p=thirdparty%2FPython%2Fcpython.git GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986) --- diff --git a/Doc/conf.py b/Doc/conf.py index 7f925dc7a8eb..5addee037898 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -82,7 +82,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.