summaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-01-19 07:27:39 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-01-19 07:27:39 -0600
commit11be73dbbb7c40ac973c71599b4647d2c076d237 (patch)
treed4f3151d915c116c4072b8fd59a11e2ccf208032 /docs/source/conf.py
parente66fc2efa81f9a05e52c6886b9606c4039259a5c (diff)
downloadflake8-11be73dbbb7c40ac973c71599b4647d2c076d237.tar.gz
Note that we need at least Sphinx 1.3
Exclude sphinx conf.py from flake8
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3c4be7f..835a673 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -23,7 +23,7 @@ import os
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.3'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom