From 6938ec9fad7878bef10c95bad883160a6c71a816 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 25 Apr 2023 16:14:30 +0000 Subject: [PATCH] Use allowlist_externals in tox.ini The tox used the old reference to the allowlist_externals, this patch updates that. Change-Id: Ic9d53dfda85aa32f38a1a2679d0ea811796480a8 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d283b86..354c596 100644 --- a/tox.ini +++ b/tox.ini @@ -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