summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-02-15 18:41:15 -0500
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-15 15:41:15 -0800
commita16ab00c0b8e126ab82e7cb5098af3ea32d315ff (patch)
tree8bd5941f06746e1cf1ae5961cc311d92553bad08 /Doc/conf.py
parent36433221f06d649dbd7e13f5fec948be8ffb90af (diff)
downloadcpython-git-a16ab00c0b8e126ab82e7cb5098af3ea32d315ff.tar.gz
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
https://bugs.python.org/issue36007
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index a9dfe827a0..afe66270c1 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -41,8 +41,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'
+# Minimum version of sphinx required
+needs_sphinx = '1.8'
# Ignore any .rst files in the venv/ directory.
venvdir = os.getenv('VENVDIR', 'venv')