Update Docs configuration

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
This commit is contained in:
Goncharov, Artem 2023-01-04 14:25:54 +00:00 committed by zuul
parent 584eb3f81c
commit 87c0703c7c

View File

@ -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}