[Python-checkins] bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)

Julien Palard webhook-mailer at python.org
Wed Dec 19 05:15:00 EST 2018


https://github.com/python/cpython/commit/a9ed8fcdbaeccdb82593525b170fb0544202eeda
commit: a9ed8fcdbaeccdb82593525b170fb0544202eeda
branch: 3.7
author: Julien Palard <julien at palard.fr>
committer: GitHub <noreply at github.com>
date: 2018-12-19T11:14:55+01:00
summary:

bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)

files:
M Doc/conf.py

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 @@
 # 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')



More information about the Python-checkins mailing list