diff --git a/tox.ini b/tox.ini index 48682bd..fbc451c 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,9 @@ commands = {posargs} [testenv:docs] deps = -r{toxinidir}/doc/requirements.txt +allowlist_externals = + mkdir + cp commands = {[testenv:api-ref]commands} {[testenv:json-api-ref]commands} @@ -32,7 +35,11 @@ commands = [testenv:docs-pdf] deps = -r{toxinidir}/doc/requirements.txt allowlist_externals = + rm mkdir + make + bash + cp commands = mkdir -p doc/build/pdf {[testenv:api-ref-pdf-docs]commands}