diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-03 20:29:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 20:15:15 +0200 |
commit | 3cabf9dc69e8639db7bb72f05474dee4ece2ed97 (patch) | |
tree | 5822ad96861ec0e1d956b30193f9654a36580537 /tox.ini | |
parent | 452f3e459c7e466368c7624c6d9bf5be9ee825b1 (diff) |
Fix Functest Config Guide
It allows building this documentation via tox.
rst files are now checked via doc8.
Intro is moved into a new file.
Change-Id: Ic5c0108cf1cbb0fc69f7e2cc73cf2fb69e44baa1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 87a9ed4c08b2c7781f97bf03c08f2d4788f4653d)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ 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 + doc8 docs/testing/user/configguide --ignore-path docs/testing/user/configguide/build + sphinx-build -W -b html docs/testing/user/configguide docs/testing/user/configguide/build/html [testenv:pep8] basepython = python2.7 |