From b22708b128ceeb9e4cbc68ddecd39d167b7218bf Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 13 Aug 2014 18:09:26 +0200 Subject: [PATCH] Check for style issues with doc8 Change-Id: I19cf54de04c0a9994228e620070aed8c7cf687de --- requirements.txt | 1 + tox.ini | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89351c3..0fb1d73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ actdiag blockdiag +doc8 nwdiag oslosphinx pbr>=0.6,<1.0 diff --git a/tox.ini b/tox.ini index b92724b..7ca8ce1 100644 --- a/tox.ini +++ b/tox.ini @@ -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