From 703c565559b6c4bd12b64ef4efa7dd1919fe7998 Mon Sep 17 00:00:00 2001 From: "Goncharov, Artem" Date: Wed, 4 Jan 2023 16:08:02 +0000 Subject: [PATCH] Update Docs configuration Reviewed-by: gtema Co-authored-by: Goncharov, Artem Co-committed-by: Goncharov, Artem --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index 385fa97..25098be 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}