Add comment explaining ignore D001 for doc8
because we allow lines in excess of 79 characters in our doc source. Change-Id: I44fc982386f624fe44a45e97ef791a5e41ee15fd
This commit is contained in:
parent
8ddb0f2dbf
commit
a46649453d
1
tox.ini
1
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user