diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-03 06:47:10 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 20:14:35 +0200 |
commit | 452f3e459c7e466368c7624c6d9bf5be9ee825b1 (patch) | |
tree | 6146a57a729627f16bc84985a251b66ba1497b76 /tox.ini | |
parent | fdf02794d40fceedc1fd87ac70e6ed367bb3a3cc (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>
(cherry picked from commit 319c283565c4d7d38106487a12d3ce6a71cb4ba8)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |