summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2023-01-03 09:32:47 +0100
committerGael Pasgrimaud <gael@gawel.org>2023-01-03 09:32:47 +0100
commit8ef619fff5127af55b66c1e6c4f8568f3a29acf4 (patch)
tree15b1d61b1478cbfa2326a34882bec7c7394c1b7e
parent30d4a7b5e891e3745365c9035ca8e5743050a577 (diff)
downloadwebtest-8ef619fff5127af55b66c1e6c4f8568f3a29acf4.tar.gz
fix tox -e docs build using allowlist_externals
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 563c5fe..1ef29dc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,8 @@ commands =
[testenv:docs]
basepython = python3.9
-whitelist_externals = make
+allowlist_externals =
+ make
commands =
make -C docs html BUILDDIR={envdir} "SPHINXOPTS=-W -E"
extras =