Fix tox error in terms of allowlist_externals 66/10966/1
authorTaewan Kim <t25.kim@samsung.com>
Fri, 21 Apr 2023 03:02:03 +0000 (12:02 +0900)
committerTaewan Kim <t25.kim@samsung.com>
Fri, 21 Apr 2023 03:05:46 +0000 (12:05 +0900)
Issue-ID: AIMLFW-35

Change-Id: I43a41692eb5d9f44e7fbe8f60bdf3ef418552bb9
Signed-off-by: Taewan Kim <t25.kim@samsung.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 72742cf..b6c83ad 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ deps =
 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