X-Git-Url: https://gerrit.onap.org/r/gitweb?p=doc.git;a=blobdiff_plain;f=tox.ini;h=d4352d3034ec9f3c64e3ca1b60bf9db5b908f9c4;hp=dc7c0bf84a1295658b8ea66a5a863fc931a169da;hb=cb6c4e566135b2c2bddb7cfe35e7b159d2581db0;hpb=4de8b081b1d461e5435fea66705789d141d93ad4 diff --git a/tox.ini b/tox.ini index dc7c0bf84..d4352d303 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,8 @@ [tox] minversion = 1.6 -envlist = docs +envlist = docs, +# docs-linkcheck, + skipsdist = true [testenv:docs] @@ -25,10 +27,13 @@ whitelist_externals = echo git -[testenv:linkcheck] +[testenv:docs-linkcheck] basepython = python3 deps = -r{toxinidir}/etc/requirements.txt -commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +commands = echo "Link Checking not enforced" +#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +whitelist_externals = + echo [testenv:spellcheck] basepython = python3