add option in requirements.txt to differentiate environments to stage otcdocstheme releases
Some checks failed
gl/check check status: failure (b60b9a217f8032b222f6c3329a6b446539154da1)

This commit is contained in:
2023-10-23 09:15:04 +00:00
parent 064f74aeaf
commit b60b9a217f
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,11 @@
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