aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-03 06:47:10 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-04 06:34:06 +0200
commit319c283565c4d7d38106487a12d3ce6a71cb4ba8 (patch)
treed2eef3eb0bbc466a512a882ade36c461a504e0ff /tox.ini
parentef44d1c12fcde4cb3cea4a23078e0a984f1a7336 (diff)
Fix Functest Release Notes
It allows building this documentation via tox. rst files are now checked via doc8. Change-Id: I4cfec11b06319b5ccdcff5f7f14475375e778c01 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
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