summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-15 15:37:11 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-15 15:37:28 +0530
commit6b62ca644f2b7f3bf6d1efceceb35e193d931bda (patch)
tree07f6ed9d8bf2a4cd8157d8ddfd0e031db6b37111 /conf.py
parentb72ea2ab7797b521600b57546bacf9cb8b99c11c (diff)
downloaddocs-6b62ca644f2b7f3bf6d1efceceb35e193d931bda.tar.gz
docs-6b62ca644f2b7f3bf6d1efceceb35e193d931bda.tar.bz2
docs-6b62ca644f2b7f3bf6d1efceceb35e193d931bda.zip
specify minumum sphinx version
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 4c815292..456e9c0f 100644
--- a/conf.py
+++ b/conf.py
@@ -44,7 +44,7 @@ import taler_sphinx_theme
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.3'
+needs_sphinx = '2.2.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom