From 319c283565c4d7d38106487a12d3ce6a71cb4ba8 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 3 Apr 2018 06:47:10 +0200 Subject: Fix Functest Release Notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows building this documentation via tox. rst files are now checked via doc8. Change-Id: I4cfec11b06319b5ccdcff5f7f14475375e778c01 Signed-off-by: Cédric Ollivier --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 91b767c32..381826fb1 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,10 @@ commands = nosetests --with-xunit \ [testenv:docs] basepython = python2.7 -commands = sphinx-build -W -b html api/ api/_build +commands = + sphinx-build -W -b html api/ api/_build + doc8 docs/release/release-notes --ignore-path docs/release/release-notes/build + sphinx-build -W -b html docs/release/release-notes docs/release/release-notes/build/html [testenv:pep8] basepython = python2.7 -- cgit 1.2.3-korg