]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)
authorJulien Palard <julien@palard.fr>
Wed, 19 Dec 2018 10:14:55 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Dec 2018 10:14:55 +0000 (11:14 +0100)
Doc/conf.py

index 124cb7aff6b3bfb7f01b39f25a9b4cf1fbbc2910..eab3c39cfb7ccc0bc87248f76ac0d5b470bf2be6 100644 (file)
@@ -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')