mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)
This commit is contained in:
parent
7e4e4bd2b8
commit
371ca0bb8f
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
# By default, highlight as Python 3.
|
||||
highlight_language = 'python3'
|
||||
|
||||
# Require Sphinx 1.7 for build.
|
||||
needs_sphinx = '1.7'
|
||||
# Require Sphinx 1.6.6 for build.
|
||||
needs_sphinx = "1.6.6"
|
||||
|
||||
# Ignore any .rst files in the venv/ directory.
|
||||
venvdir = os.getenv('VENVDIR', 'venv')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue