diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-19 07:27:39 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-19 07:27:39 -0600 |
| commit | 11be73dbbb7c40ac973c71599b4647d2c076d237 (patch) | |
| tree | d4f3151d915c116c4072b8fd59a11e2ccf208032 /docs/source | |
| parent | e66fc2efa81f9a05e52c6886b9606c4039259a5c (diff) | |
| download | flake8-11be73dbbb7c40ac973c71599b4647d2c076d237.tar.gz | |
Note that we need at least Sphinx 1.3
Exclude sphinx conf.py from flake8
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 |
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 |
