Use allowlist_externals in tox.ini

The tox used the old reference to the allowlist_externals,
this patch updates that.

Change-Id: Ic9d53dfda85aa32f38a1a2679d0ea811796480a8
This commit is contained in:
Martin Kopec 2023-04-25 16:14:30 +00:00
parent 8cb458fe83
commit 6938ec9fad

@ -17,7 +17,7 @@ commands = {posargs}
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
whitelist_externals =
allowlist_externals =
make
commands =
sphinx-build -W -b latex doc/source doc/build/pdf