From: JohnKeeney Date: Thu, 27 Apr 2023 13:25:06 +0000 (+0100) Subject: Fix RTD buile fails - tox.ini whitelist->allowlist X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2f3e40b4e4786b84cb70848fcdcfadd040ffda4a;p=nonrtric.git Fix RTD buile fails - tox.ini whitelist->allowlist Issue-ID: NONRTRIC-855 Change-Id: Ib1d192ace1198f937c6deb4ddac360a2a2a74f57 Signed-off-by: JohnKeeney --- diff --git a/tox.ini b/tox.ini index 2705e16e..00dd3b8a 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