diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-18 12:43:39 -0400 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-15 20:03:26 +0200 |
commit | 1d866c412c5803fed1c8e68a9e763577d3cd83f1 (patch) | |
tree | 8a5150fddcc3d3b6889578cf3b960edf8e1af2cb /tox.ini | |
parent | 0a2429d7b44ac366a29e88d96ce602d897230fe2 (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.ini | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -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 |