Fix RTD build fails - tox.ini whitelist->allowlist 05/11005/1
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:30:02 +0000 (14:30 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Apr 2023 13:30:19 +0000 (14:30 +0100)
Issue-ID: NONRTRIC-855
Change-Id: I3c6e42b7a2b2ead381cac3917d5d71148963d33c
Signed-off-by: JohnKeeney <john.keeney@est.tech>
tox.ini

diff --git a/tox.ini b/tox.ini
index 9374684..e6f1f81 100644 (file)
--- 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