summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-09-09 14:39:36 +0100
committerLarry Hastings <larry@hastings.org>2019-09-09 14:39:36 +0100
commit4452cdcb79fdade13c00eabe63304efa4da1c3ad (patch)
tree412a8a209cb095e754d0aba50c76d41edb9c8dee
parenta7b099255ed62163eb7687db996bee144b42b10c (diff)
downloadcpython-git-3.5.8rc1.tar.gz
Sphinx 1.8 is now preferred for building 3.5 docs.v3.5.8rc1
-rw-r--r--Doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index f7073d116a..a5be21afaa 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -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')