8000 bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192) · python/cpython@371ca0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 371ca0b

Browse files
JulienPalardned-deily
authored andcommitted
bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)
1 parent 7e4e4bd commit 371ca0b

File tree

1 file changed

+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
@@ -34,8 +34,8 @@
3434
# By default, highlight as Python 3.
3535
highlight_language = 'python3'
3636

37-
# Require Sphinx 1.7 for build.
38-
needs_sphinx = '1.7'
37+
# Require Sphinx 1.6.6 for build.
38+
needs_sphinx = "1.6.6"
3939

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

0 commit comments

Comments
 (0)
0