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