aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-05-10 11:08:53 -0400
committerClément Pit-Claudel2019-05-10 11:08:53 -0400
commit482995d1741be47f6c296276aeb4322443c5b3f4 (patch)
tree55d8bce16f21223a7c748bf112bbadf85bc6021b /doc
parent73f921f9634b9ccb587b2f85869d88eb12983d0f (diff)
parente9d6aef75963126d7a856f5b88db8fd1e550f596 (diff)
Merge PR #10080: Define minimum Sphinx version in conf.py.
Reviewed-by: cpitclaudel Reviewed-by: vbgl
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/sphinx/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 48ad60c6dd..972a53ae36 100755
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -47,7 +47,7 @@ with open("refman-preamble.rst") as s:
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.7.8'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom