aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorramamani yeleswarapu <ramamani.yeleswarapu@intel.com>2018-08-31 10:57:45 -0700
committerramamani yeleswarapu <ramamani.yeleswarapu@intel.com>2018-08-31 13:40:06 -0700
commit2f0b896a56c6297ce3434c8d5279b3440e437f18 (patch)
tree9c086f9415cd32dda0a814a729e8f1099b7b4d04 /tox.ini
parent574785c07010a494fbd1456d11e7c0449ad43c38 (diff)
Update KRD docs build
This adds docs/index.rst with links to: - krd_architecture.rst and - sampleCommands.rst. It is now possible to generate documentation using 'tox -e docs'. Change-Id: I176a01943d36659101b3251a8756866459d5491f Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1c3bd862..a3971037 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,4 +22,4 @@ commands = bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \
[testenv:docs]
deps = sphinx
-commands = sphinx-build -W -b html docs/src docs/build/html
+commands = sphinx-build -W -b html docs docs/build/html