X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=docs%2Ftox.ini;fp=docs%2Ftox.ini;h=379d8e42ebd251202da32c709bec1c170ab5ca0b;hp=61b6ccfa73cc6e5a384d6ee2825b5712f4543499;hb=edbdf2e4910c385c3f50538c2a78e266ae694850;hpb=ff5be98acc5a00a0d730fa18a9658086b63a2331 diff --git a/docs/tox.ini b/docs/tox.ini index 61b6ccfa..379d8e42 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -12,7 +12,7 @@ deps = commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = +allowlist_externals = echo git sh @@ -25,7 +25,7 @@ deps = -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = echo "Link Checking not enforced" #commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-spellcheck] basepython = python3.8