From cfe27d69168eac4b072abba4d8f994d0394fa9c6 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Tue, 19 May 2020 16:20:54 +0200 Subject: [PATCH] Update the required Sphinx version in conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 06daac40a2..23df511130 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '1.6.3' +needs_sphinx = '3.0.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom