Skip to content

Commit 754a2d9

Browse files
committed
doc: explicitly require Sphinx >= 1.6
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 797ea3d commit 754a2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -- General configuration -----------------------------------------------------
2323

2424
# If your documentation needs a minimal Sphinx version, state it here.
25-
# needs_sphinx = '1.0'
25+
needs_sphinx = '1.6'
2626

2727
# Add any Sphinx extension module names here, as strings. They can be extensions
2828
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.

0 commit comments

Comments
 (0)