From 6b62ca644f2b7f3bf6d1efceceb35e193d931bda Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 15 Oct 2019 15:37:11 +0530 Subject: specify minumum sphinx version --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') 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 -- cgit v1.2.3