diff options
| author | Théo Zimmermann | 2020-03-19 21:16:52 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-03-19 21:16:52 +0100 |
| commit | 9f680f776140c8b3b8f79013262d5bd73761d571 (patch) | |
| tree | defb9fa4a196a2bf187f90f1060a6ad08534df2f /doc/sphinx | |
| parent | 1785602187980fb618ece3b5b1903e86b4a9e0ec (diff) | |
| parent | 9280fdd8f1eb05f4823e0436b629c8ec4716f326 (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-x | doc/sphinx/conf.py | 2 |
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 |
