taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6b62ca644f2b7f3bf6d1efceceb35e193d931bda
parent b72ea2ab7797b521600b57546bacf9cb8b99c11c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 15 Oct 2019 15:37:11 +0530

specify minumum sphinx version

Diffstat:
Mconf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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