aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b6ebdc9bd..99b2268fc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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