adding global constraints #129

Merged
zuul merged 4 commits from constraints into main 2023-08-09 11:12:15 +00:00
Showing only changes of commit 566bc95021 - Show all commits

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