X-Git-Url: https://gerrit.onap.org/r/gitweb?p=doc.git;a=blobdiff_plain;f=tox.ini;h=d4352d3034ec9f3c64e3ca1b60bf9db5b908f9c4;hp=907cc637540d73cc4f54262da6dcc9e59c7112fd;hb=21e9ae3affa5621698b299f1b20a323a2e19f423;hpb=8d51f37a1a93c1b649e8c2c74b55500a9a95529a diff --git a/tox.ini b/tox.ini index 907cc6375..d4352d303 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,13 @@ [tox] minversion = 1.6 -envlist = docs +envlist = docs, +# docs-linkcheck, + skipsdist = true [testenv:docs] basepython = python3 -deps = -r{toxinidir}/docs/requirements-docs.txt +deps = -r{toxinidir}/etc/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" @@ -16,7 +18,7 @@ whitelist_externals = [testenv:local] basepython = python3 -deps = -r{toxinidir}/docs/requirements-docs.txt +deps = -r{toxinidir}/etc/requirements.txt commands = git submodule update --depth 100 --init sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -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