Check documents for doc8 issues and fix one doc8 issue

We should really use doc8 in the doc8 repository.

Change-Id: Ie37b053a0a57fcd053fdc23f4b9c8d2580f8087e
This commit is contained in:
Christian Berendt 2014-08-15 14:27:50 +02:00
parent 857f5feaff
commit 598d68c14d
3 changed files with 5 additions and 2 deletions

View File

@ -4,4 +4,4 @@ Usage
To use doc8 in a project::
import doc8
import doc8

View File

@ -1,3 +1,4 @@
doc8
hacking>=0.9.2,<0.10
nose
oslosphinx

View File

@ -21,7 +21,9 @@ downloadcache = ~/cache/pip
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands =
doc8 -e .rst doc CONTRIBUTING.rst HACKING.rst README.rst
python setup.py build_sphinx
[flake8]
ignore = H302,F401