Commit a16ab00c authored by Anthony Sottile's avatar Anthony Sottile Committed by Miss Islington (bot)

bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)



https://bugs.python.org/issue36007
parent 36433221
......@@ -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')
......
Bump minimum sphinx version to 1.8. Patch by Anthony Sottile.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment