X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=ed92a278d66daa8e28eee54894ab9cb873626ef8;hb=fa9f7d5ab720f03462c77500129a5b581edef6a5;hp=8d4a48fd5695e7b5b275a60975d277387ab10e15;hpb=c5fc3af2357b7c6617f6b39e2c9ca675fc190d1a;p=netconf.git diff --git a/tox.ini b/tox.ini index 8d4a48fd56..ed92a278d6 100644 --- a/tox.ini +++ b/tox.ini @@ -6,11 +6,13 @@ envlist = skipsdist = true [testenv:docs] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:docs-linkcheck] +basepython = python3 deps = -rdocs/requirements.txt -commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck