Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com> Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: tischrei <tino.schreiber@t-systems.com> Co-committed-by: tischrei <tino.schreiber@t-systems.com>
13 lines
374 B
Django/Jinja
13 lines
374 B
Django/Jinja
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
{% if target_environment == 'public' %}
|
|
otcdocstheme<1.0.0 # Apache-2.0
|
|
{% elif target_environment == 'internal' %}
|
|
otcdocstheme # Apache-2.0
|
|
{% else %}
|
|
otcdocstheme # Apache-2.0
|
|
{% endif %}
|
|
# releasenotes
|
|
reno>=3.1.0 # Apache-2.0
|
|
|
|
otc-sphinx-directives>=0.1.0
|
|
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata |