From 78c50fc202d616afa22f6ec05ca9f51e6a02ad2e Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Fri, 14 Sep 2018 17:07:38 -0400 Subject: Fix links to remove references to submodules It forces one single documentation. Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31 Signed-off-by: Aric Gardner (cherry picked from commit a4990a60c9b8e499e698fab28f9368816e50c6f7) --- tox.ini | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4fda3b50b..fa038f5c7 100644 --- a/tox.ini +++ b/tox.ini @@ -23,19 +23,12 @@ basepython = python2.7 commands = doc8 \ --ignore-path api/build \ - --ignore-path docs/release/release-notes/build \ - --ignore-path docs/testing/developer/devguide/build \ - --ignore-path docs/testing/user/configguide/build \ - --ignore-path docs/testing/user/userguide/build \ + --ignore-path docs/build \ + --ignore-path docs/_build \ api \ - docs/release/release-notes \ - docs/testing/user/configguide \ - docs/testing/user/userguide + docs sphinx-build -W -b html api/ api/build - 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 html -c docs/rtd docs docs/build/html sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck sphinx-build -W -n -b html docs docs/_build/html -- cgit 1.2.3-korg