From 53c41ee5e73fc6c0004e67b36edda987381eb870 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 29 Dec 2022 10:42:21 -0800 Subject: [PATCH] Replace whitelist_externals with allowlist_externals. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd6431fb..f5e7bbc4 100644 --- a/tox.ini +++ b/tox.ini @@ -59,9 +59,10 @@ commands = deps = sphinx sphinx-rtd-theme -whitelist_externals = +allowlist_externals = mkdir commands= + mkdir -p {toxinidir}/src/postorius/doc/_static sphinx-build -t html src/postorius/doc build/ [testenv:format] -- 2.11.4.GIT