From de0e54ea00a57a1255a1b8b8f39f6d6aade04de7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 22 Mar 2018 20:30:03 -0400 Subject: Bumped minimum Sphinx version to 1.6.0. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 8094cdd2e1..f4aa6a614c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ sys.path.append(abspath(join(dirname(__file__), "_ext"))) # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.5.5' +needs_sphinx = '1.6.0' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -- cgit v1.3