X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Ftox.ini;h=0465b3848aefed4002f50850469b0ec9e5e51e8a;hb=544da6ee98136c6949fc1a600e687f047d5a8ffa;hp=1110b0bd59a4ae9c43fc5f3c32b5a6c7a0a84e6e;hpb=8b6ddec2970cf0b499768b659a096d22c23c9a0e;p=sdnc%2Foam.git diff --git a/docs/tox.ini b/docs/tox.ini index 1110b0bd..0465b384 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 @@ -22,7 +22,7 @@ basepython = python3.8 #deps = -r{toxinidir}/requirements-docs.txt 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