From: Davide Rizzo Date: Tue, 7 Jun 2022 08:05:38 +0000 (+0200) Subject: gh-86986: bump min sphinx version to 3.2 (GH-93337) X-Git-Tag: v3.12.0a1~1339 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57e8ee7086bf3f5c50c901e9d5896275644bbb54;p=thirdparty%2FPython%2Fcpython.git gh-86986: bump min sphinx version to 3.2 (GH-93337) --- diff --git a/Doc/conf.py b/Doc/conf.py index e539da539e65..46cbab2780c8 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -45,7 +45,7 @@ today_fmt = '%B %d, %Y' highlight_language = 'python3' # Minimum version of sphinx required -needs_sphinx = '1.8' +needs_sphinx = '3.2' # Ignore any .rst files in the venv/ directory. exclude_patterns = ['venv/*', 'README.rst'] diff --git a/Misc/NEWS.d/next/Documentation/2022-05-29-21-22-54.gh-issue-86986.lFXw8j.rst b/Misc/NEWS.d/next/Documentation/2022-05-29-21-22-54.gh-issue-86986.lFXw8j.rst new file mode 100644 index 000000000000..1db028c30f67 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-05-29-21-22-54.gh-issue-86986.lFXw8j.rst @@ -0,0 +1 @@ +The minimum Sphinx version required to build the documentation is now 3.2.