Note that we need at least Sphinx 1.3

Exclude sphinx conf.py from flake8
This commit is contained in:
Ian Cordasco 2016-01-19 07:27:39 -06:00
parent e66fc2efa8
commit 11be73dbbb
2 changed files with 5 additions and 1 deletions

View file

@ -49,3 +49,7 @@ commands =
[flake8]
# Ignore some flake8-docstrings errors
ignore = D203
# NOTE(sigmavirus24): Once we release 3.0.0 this exclude option can be specified
# across multiple lines. Presently it cannot be specified across multiple lines.
# :-(
exclude = .git,__pycache__,docs/source/conf.py