X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=e6f1f812ae8a7a9c85e3fffcadb97e73c2bc5966;hb=2e081aeb56eb5f846deb9ae5d6caa560112040e5;hp=9374684d36a64c9533508d253546cd233a983026;hpb=1f07d3cf9813127421d3e68765a0782b7c69cc2c;p=portal%2Fnonrtric-controlpanel.git diff --git a/tox.ini b/tox.ini index 9374684..e6f1f81 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3