Check for style issues with doc8

Change-Id: I19cf54de04c0a9994228e620070aed8c7cf687de
This commit is contained in:
Christian Berendt
2014-08-13 18:09:26 +02:00
committed by Andreas Jaeger
parent e6bd909358
commit b22708b128
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
actdiag
blockdiag
doc8
nwdiag
oslosphinx
pbr>=0.6,<1.0

View File

@@ -14,4 +14,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
commands =
doc8 -e .rst specs/ doc/ README.rst
python setup.py build_sphinx