From 7261578f48e7728e2a45447bbf815c5c9745d1cd Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Thu, 27 Apr 2023 14:27:47 +0100 Subject: [PATCH] Fix RTD build fails - tox.ini whitelist->allowlist Issue-ID: NONRTRIC-855 Change-Id: Iaf2c3250f6b83f4a83f8065073d3cc31c7b08eaf Signed-off-by: JohnKeeney --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2705e16..00dd3b8 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