X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=9fe4142c2440240e8ea0ed91dea9f57c0aa80d27;hb=HEAD;hp=1613246c8bb7776a81b8279b67d289f4c102b1a3;hpb=9c828b70d48d6c7d6668eda4d61239cfb2b28570;p=optf%2Fhas.git diff --git a/docs/tox.ini b/docs/tox.ini index 1613246..9fe4142 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,8 +12,8 @@ deps = commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" +allowlist_externals = echo whitelist_externals = - echo git sh @@ -22,7 +22,7 @@ basepython = python3.8 #deps = -r{toxinidir}/requirements-docs.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-spellcheck] basepython = python3.8