diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 06:24:12 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-04 15:59:24 +0200 |
commit | 2b63550f650c2ae412b5515cd596f38261619d27 (patch) | |
tree | a06bf0caa576d6d87995fa77095060aef18fa73f /tox.ini | |
parent | 1f0a0085222337691e8209851cac4ef57333a064 (diff) |
Fix Functest Internship Reports
It allows building these documentations via tox.
rst files are now checked via doc8.
Change-Id: I06096d466b672e4c171240c918d1c91e1b3dfd13
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -23,6 +23,10 @@ commands = doc8 \ --ignore-path docs/release/release-notes/build \ --ignore-path docs/testing/developer/devguide/build \ + --ignore-path docs/testing/developer/internship/security_group/build \ + --ignore-path docs/testing/developer/internship/testapi_evolution/build \ + --ignore-path docs/testing/developer/internship/unit_tests/build \ + --ignore-path docs/testing/developer/internship/vnf_catalog/build \ --ignore-path docs/testing/user/configguide/build \ --ignore-path docs/testing/user/userguide/build \ docs/release/release-notes \ @@ -31,6 +35,10 @@ commands = 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/developer/internship/security_group docs/testing/developer/internship/security_group/build/html + sphinx-build -W -b html docs/testing/developer/internship/testapi_evolution docs/testing/developer/internship/testapi_evolution/build/html + sphinx-build -W -b html docs/testing/developer/internship/unit_tests docs/testing/developer/internship/unit_tests/build/html + sphinx-build -W -b html docs/testing/developer/internship/vnf_catalog docs/testing/developer/internship/vnf_catalog/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 |