diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 05:45:36 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 15:59:24 +0200 |
commit | 1f0a0085222337691e8209851cac4ef57333a064 (patch) | |
tree | 055bf0691225b21a08049b505dddc28c3530d7b4 /tox.ini | |
parent | 3756ff6fbd17269fd9d2a585d3d0ef4bea6f6f9e (diff) |
Fix Functest Developer Guide
It allows building this documentation via tox.
rst files are now checked via doc8.
Change-Id: I4f45dc2b6657466b05e7ceec60a751656552584e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,7 @@ basepython = python2.7 commands = doc8 \ --ignore-path docs/release/release-notes/build \ + --ignore-path docs/testing/developer/devguide/build \ --ignore-path docs/testing/user/configguide/build \ --ignore-path docs/testing/user/userguide/build \ docs/release/release-notes \ @@ -29,6 +30,7 @@ commands = docs/testing/user/userguide sphinx-build -W -b html api/ api/_build sphinx-build -W -b html docs/release/release-notes docs/release/release-notes/build/html + sphinx-build -W -b html docs/testing/developer/devguide docs/testing/developer/devguide/build/html sphinx-build -W -b html docs/testing/user/configguide docs/testing/user/configguide/build/html sphinx-build -W -b html docs/testing/user/userguide docs/testing/user/userguide/build/html |