Merge "Add comment explaining ignore D001 for doc8"

This commit is contained in:
Jenkins 2017-04-13 12:31:08 +00:00 committed by Gerrit Code Review
commit 8026623c50
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ whitelist_externals = rm
commands =
rm -rf doc/build
python setup.py build_sphinx
# Ignore D001 since we allow lines in excess of 79 characters.
doc8 --ignore D001 --ignore-path .tox --ignore-path doc/build --ignore-path manila.egg-info -e txt -e rst
[testenv:cover]