aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-09-14 17:07:38 -0400
committerCédric Ollivier <cedric.ollivier@orange.com>2018-10-17 04:45:02 +0200
commita4990a60c9b8e499e698fab28f9368816e50c6f7 (patch)
treeedd87c5c028324fcf7f2a042c4653db5e2e9f9e4 /tox.ini
parent5eda2839ca79d4cc82b0940ff6e123db96bfbfbe (diff)
Fix links to remove references to submodules
It forces one single documentation. Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 4 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index fade77b83..60f1fac4a 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