From 1a22e73c850c450305764c784c86dbc067e65dae Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 18 Sep 2018 12:43:39 -0400 Subject: 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 --- tox.ini | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2b3e07ea9..8ec57fa37 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 -- cgit 1.2.3-korg