X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=224e786dd90067485af98bc5d72d195e20591028;hb=eb7de50defa4087cf7d027b533ba41691d397f47;hp=17195d4acb9817814dedbca17aac131aa92e3acc;hpb=fc1d7e4fec848ebd3036573c35fe7e8ca4fc491b;p=doc.git diff --git a/tox.ini b/tox.ini index 17195d4ac..224e786dd 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = docs skipsdist = true [testenv:docs] +basepython = python3 deps = -r{toxinidir}/etc/requirements.txt commands = sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -14,6 +15,7 @@ whitelist_externals = sh [testenv:local] +basepython = python3 deps = -r{toxinidir}/etc/requirements.txt commands = git submodule update --depth 100 --init @@ -24,10 +26,12 @@ whitelist_externals = git [testenv:linkcheck] +basepython = python3 deps = -r{toxinidir}/etc/requirements.txt commands = sphinx-build -j 4 -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:spellcheck] +basepython = python3 deps = -r{toxinidir}/etc/requirements.txt sphinxcontrib-spelling