Code Review
/
aiml-fw
/
aimlfw-dep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
260fdf7
)
Fix tox error in terms of allowlist_externals
66/10966/1
author
Taewan Kim
<t25.kim@samsung.com>
Fri, 21 Apr 2023 03:02:03 +0000
(12:02 +0900)
committer
Taewan 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
patch
|
blob
|
history
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"
-
white
list_externals = echo
+
allow
list_externals = echo
[testenv:docs-linkcheck]
basepython = python3