From 8b8ea3f2fc5154ab6a7501c0f80183b74dc6ad25 Mon Sep 17 00:00:00 2001 From: "Goncharov, Artem" Date: Wed, 4 Jan 2023 13:23:06 +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 7cd68fd..34c234b 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:umn-pdf-docs]commands}