aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx
diff options
context:
space:
mode:
authorThéo Zimmermann2020-03-19 21:16:52 +0100
committerThéo Zimmermann2020-03-19 21:16:52 +0100
commit9f680f776140c8b3b8f79013262d5bd73761d571 (patch)
treedefb9fa4a196a2bf187f90f1060a6ad08534df2f /doc/sphinx
parent1785602187980fb618ece3b5b1903e86b4a9e0ec (diff)
parent9280fdd8f1eb05f4823e0436b629c8ec4716f326 (diff)
Merge PR #11862: Fix deprecation warning in sphinx and remove workaround for fixed bug
Reviewed-by: Zimmi48
Diffstat (limited to 'doc/sphinx')
-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 98272810f6..3d77d07061 100755
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -46,7 +46,7 @@ with open("refman-preamble.rst") as s:
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.7.8'
+needs_sphinx = '1.8.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom