From: Julien Palard Date: Wed, 19 Dec 2018 10:14:55 +0000 (+0100) Subject: bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192) X-Git-Tag: v3.7.2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=371ca0bb8f5eaa0dcbd3fa2f878398285488d47f;p=thirdparty%2FPython%2Fcpython.git bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192) --- diff --git a/Doc/conf.py b/Doc/conf.py index 124cb7aff6b3..eab3c39cfb7c 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -34,8 +34,8 @@ today_fmt = '%B %d, %Y' # By default, highlight as Python 3. highlight_language = 'python3' -# Require Sphinx 1.7 for build. -needs_sphinx = '1.7' +# Require Sphinx 1.6.6 for build. +needs_sphinx = "1.6.6" # Ignore any .rst files in the venv/ directory. venvdir = os.getenv('VENVDIR', 'venv')