X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=d1bbd48b34517e97051988e6e0c6d51122ead4cf;hb=d788a7626b1f262304751a53dd64defd66afe093;hp=d94b1129b9c8aa60ab818fc1227921178f719c2f;hpb=05dfecc008c56d6bf459cdeaf15a972cbf546d02;p=doc.git diff --git a/tox.ini b/tox.ini index d94b1129b..d1bbd48b3 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,10 @@ deps = -r{toxinidir}/etc/requirements.txt commands = sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +whitelist_externals = + echo + git + sh [testenv:local] deps = -r{toxinidir}/etc/requirements.txt