Update tox.ini && conf.py file

Performed-by: gitea/infra/otc-metadata/tools/generate_doc_confpy.py
This commit is contained in:
Artem Goncharov 2023-01-05 19:10:00 +01:00
parent f5c3c21c0b
commit b67f1a8965

View File

@ -23,6 +23,10 @@ commands = {posargs}
[testenv:docs] [testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt deps = -r{toxinidir}/doc/requirements.txt
allowlist_externals =
mkdir
cp
find
commands = commands =
{[testenv:api-ref]commands} {[testenv:api-ref]commands}
{[testenv:json-api-ref]commands} {[testenv:json-api-ref]commands}
@ -34,7 +38,11 @@ commands =
[testenv:docs-pdf] [testenv:docs-pdf]
deps = -r{toxinidir}/doc/requirements.txt deps = -r{toxinidir}/doc/requirements.txt
allowlist_externals = allowlist_externals =
rm
mkdir mkdir
make
bash
cp
commands = commands =
mkdir -p doc/build/pdf mkdir -p doc/build/pdf
{[testenv:api-ref-pdf-docs]commands} {[testenv:api-ref-pdf-docs]commands}