From 65f597a334b1d6275cc207273678ea62b74d5be6 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 19 May 2023 08:25:30 +1000 Subject: [PATCH] Fix: tox config error - Remove whitelist_extrernals Error: tox.exception.ConfigError: ConfigError: Either whitelist_externals or allowlist_externals might be specified, not both Change-Id: I5ce386ec54711c021ca48e52e1302ad31f066309 Signed-off-by: Anil Belur --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb0dba6..f750b57 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ allowlist_externals = echo 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 [testenv:docs-linkcheck] basepython = python3 -- 2.16.6