From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 19 Jul 2024 07:44:03 +0000 (+0200) Subject: [3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993) X-Git-Tag: v3.12.5~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eda9b7f6fdc2436ea7314f24f6b8bea7d276c477;p=thirdparty%2FPython%2Fcpython.git [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-Turner@users.noreply.github.com> --- diff --git a/Doc/conf.py b/Doc/conf.py index 3db65df7a84b..4849d2c36e56 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -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.