summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-18 12:43:39 -0400
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-15 20:44:16 +0200
commit68d82378787544cac8886bd719b9ada2765e24cb (patch)
tree21ec022ee056460c31eaf340e60685ce1dc64120 /tox.ini
parentd637015eda28dae97e1c521327d0a05e62ee977a (diff)
Conform with LFN doc rules
It hugely hacks docs to move away from submodules. https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html It removes intern reports which can't be integrated in this new model. All wrong links now deteted are updated. Change-Id: I9dbebeed041d2e104e3b8e73483f656ba0ef5bb9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> (cherry picked from commit 1a22e73c850c450305764c784c86dbc067e65dae)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini18
1 files changed, 6 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 03a9cc50c..4fda3b50b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,10 +25,6 @@ commands =
--ignore-path api/build \
--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 \
api \
@@ -36,14 +32,12 @@ commands =
docs/testing/user/configguide \
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/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
+ sphinx-build -W -n -b html docs/release/release-notes docs/release/release-notes/build/html
+ sphinx-build -W -n -b html docs/testing/developer/devguide docs/testing/developer/devguide/build/html
+ sphinx-build -W -n -b html docs/testing/user/configguide docs/testing/user/configguide/build/html
+ sphinx-build -W -n -b html docs/testing/user/userguide docs/testing/user/userguide/build/html
+ sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck
+ sphinx-build -W -n -b html docs docs/_build/html
[testenv:pep8]
basepython = python2.7