X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=4f9c226fd158276651b4c84c74cb984c7fec61b3;hb=refs%2Fheads%2Fstable%2Fsodium;hp=8d4a48fd5695e7b5b275a60975d277387ab10e15;hpb=7f1eb54634cb53cb3b11bfdd3bc2237f752969c1;p=netconf.git diff --git a/tox.ini b/tox.ini index 8d4a48fd56..4f9c226fd1 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