From 66c3a1b693a5c921993d3cf8711a1cdf4a800f73 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 3 Dec 2013 21:53:12 +0000 Subject: [PATCH] Update Sphinx version requirement. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 248f450..67c3333 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ autoclass_content = 'both' # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = '1.0' +needs_sphinx = '1.1' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.