From 83f3329fc8276fe4aba4dbeef7550bd7397d74dd Mon Sep 17 00:00:00 2001 From: Eric Searcy Date: Thu, 19 Dec 2024 07:36:44 -0800 Subject: [PATCH] Replace deprecated tox.ini option (#762) This option was replaced in 2020, deprecated, and eventually removed in tox 4. The correct option already appears elseware in this tox.ini file. This fix is necessary to run `tox -e doc` per the README.md instructions on tox 4. Signed-off-by: Eric Searcy Co-authored-by: Elena Kolevska Signed-off-by: Elena Kolevska --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 78f23086..5e7a2539 100644 --- a/tox.ini +++ b/tox.ini @@ -88,7 +88,7 @@ commands_pre = [testenv:doc] basepython = python3 usedevelop = False -whitelist_externals = make +allowlist_externals = make deps = sphinx commands = sphinx-apidoc -E -o docs/actor dapr/actor