From dc05660b89cb13d2abf2079f3a7e490a92154c14 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 4 Apr 2018 07:00:49 +0200 Subject: Check API doc via doc8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also cleans unseless dirs. Change-Id: I52ddc9e2adcd13c95e4a8939397686f50b9e6c4c Signed-off-by: Cédric Ollivier --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e047c1d9..c8312af0 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,9 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -W -b html api/ api/_build +commands = + doc8 api --ignore-path api/build + sphinx-build -W -b html api/ api/build [testenv:pep8] basepython = python2.7 -- cgit 1.2.3-korg