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:
2
tox.ini
2
tox.ini
@@ -17,7 +17,7 @@ commands = {posargs}
|
|||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
whitelist_externals =
|
allowlist_externals =
|
||||||
make
|
make
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b latex doc/source doc/build/pdf
|
sphinx-build -W -b latex doc/source doc/build/pdf
|
||||||
|
Reference in New Issue
Block a user