]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Sphinx 1.8 is now preferred for building 3.5 docs. v3.5.8rc1
authorLarry Hastings <larry@hastings.org>
Mon, 9 Sep 2019 13:39:36 +0000 (14:39 +0100)
committerLarry Hastings <larry@hastings.org>
Mon, 9 Sep 2019 13:39:36 +0000 (14:39 +0100)
Doc/conf.py

index f7073d116a48bf3d63b780ebd88b0f26dd184fa6..a5be21afaa5ded59969c7cb08bfd16492334cbe7 100644 (file)
@@ -33,8 +33,8 @@ today_fmt = '%B %d, %Y'
 # By default, highlight as Python 3.
 highlight_language = 'python3'
 
-# Require Sphinx 1.2 for build.
-needs_sphinx = '1.2'
+# Require Sphinx 1.8 for build.
+needs_sphinx = '1.8'
 
 # Ignore any .rst files in the venv/ directory.
 venvdir = os.getenv('VENVDIR', 'venv')