X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=d676879d3b4f840b060ce1d0fd0bc80ad31e2ea5;hb=7ae570afcc8119b1563cb786b2a34bf190f105da;hp=a607d7486ac18b0c0cad27b16b5b7eb745635803;hpb=b0843ad24d0653b3f09bcb55c17e2ea27061f2e1;p=nonrtric%2Fplt%2Fsme.git diff --git a/tox.ini b/tox.ini index a607d74..d676879 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}/docs/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