Browse Source

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

https://bugs.python.org/issue36007
pull/11893/head
Anthony Sottile 8 years ago
committed by Miss Islington (bot)
parent
commit
a16ab00c0b
  1. 4
      Doc/conf.py
  2. 1
      Misc/NEWS.d/next/Documentation/2019-02-15-15-33-41.bpo-36007.OTFrza.rst

4
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')

1
Misc/NEWS.d/next/Documentation/2019-02-15-15-33-41.bpo-36007.OTFrza.rst

@ -0,0 +1 @@
Bump minimum sphinx version to 1.8. Patch by Anthony Sottile.
Loading…
Cancel
Save