Update 'otc_metadata/templates/tox.ini.j2'
All checks were successful
gl/check check status: success (566bc95021c9b9aa9a376337fb43ca8e835ea05f)

This commit is contained in:
Hasko, Vladimir 2023-08-09 09:55:06 +00:00
parent 3b68cebc31
commit 566bc95021

View File

@ -61,6 +61,7 @@ commands =
{% set loc = doc.rst_location | replace('/source', '') %}
# HTML version
[testenv:{{ doc.type }}]
deps = {[testenv:docs]deps}
allowlist_externals =
cp
mkdir
@ -79,6 +80,7 @@ commands =
# Json version (for search)
[testenv:json-{{ doc.type }}]
deps = {[testenv:docs]deps}
allowlist_externals =
cp
mkdir