8000 Sphinx 1.8 is now preferred for building 3.5 docs. · python/cpython@4452cdc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4452cdc

Browse files
committed
Sphinx 1.8 is now preferred for building 3.5 docs.
1 parent a7b0992 commit 4452cdc

File tree

1 file changed 8000

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
# By default, highlight as Python 3.
3434
highlight_language = 'python3'
3535

36-
# Require Sphinx 1.2 for build.
37-
needs_sphinx = '1.2'
36+
# Require Sphinx 1.8 for build.
37+
needs_sphinx = '1.8'
3838

3939
# Ignore any .rst files in the venv/ directory.
4040
venvdir = os.getenv('VENVDIR', 'venv')

0 commit comments

Comments
 (0)
0