Skip to content

Commit

Permalink
Replace deprecated tox.ini option (dapr#762)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Elena Kolevska <[email protected]>
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
emsearcy and elena-kolevska committed Jan 9, 2025
1 parent cb4cb35 commit 83f3329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83f3329

Please sign in to comment.