From 2f3e40b4e4786b84cb70848fcdcfadd040ffda4a Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 27 Apr 2023 14:25:06 +0100 Subject: [PATCH] Fix RTD buile fails - tox.ini whitelist->allowlist Issue-ID: NONRTRIC-855 Change-Id: Ib1d192ace1198f937c6deb4ddac360a2a2a74f57 Signed-off-by: JohnKeeney --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6