aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-04-05 10:12:21 -0700
committerVictor Morales <victor.morales@intel.com>2018-04-05 10:12:21 -0700
commitef7b4aca7e3b9fe06bdaa4a9e979bdb02d85a674 (patch)
treeeb84da12250d10d1d36e45da3a618fc29b5a2c93 /tox.ini
parent410ba49a479bf6be3cbe3dddff2e8047e7967f3c (diff)
Rename doc folder
The Jenkins job that triggers the creation of documents looks for docs folder[1], in order to be covered by this job it's necessary to adapt to this convention. [1] https://git.onap.org/ci-management/tree/jjb/doc/doc-templates-rtd.yaml Change-Id: Ieca92084d95b0ef4736223b1ea60cb0f9c688550 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: DOC-261
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 6ab309f..8511641 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,4 +27,4 @@ commands = bash -c "find {toxinidir}/{tests,lib,tools} \
[testenv:docs]
deps = sphinx
-commands = sphinx-build -W -b html doc/source doc/build/html
+commands = sphinx-build -W -b html docs/source docs/build/html