Skip to content

Commit a16ab00

Browse files
asottilemiss-islington
authored andcommitted
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
https://bugs.python.org/issue36007
1 parent 3643322 commit a16ab00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
# By default, highlight as Python 3.
4242
highlight_language = 'python3'
4343

44-
# Require Sphinx 1.7 for build.
45-
needs_sphinx = '1.7'
44+
# Minimum version of sphinx required
45+
needs_sphinx = '1.8'
4646

4747
# Ignore any .rst files in the venv/ directory.
4848
venvdir = os.getenv('VENVDIR', 'venv')
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump minimum sphinx version to 1.8. Patch by Anthony Sottile.

0 commit comments

Comments
 (0)