Increase otcdocstheme public version requirement #29

Merged
zuul merged 1 commits from increase-otcdocstheme into main 2024-01-29 10:24:09 +00:00

View File

@ -1,6 +1,6 @@
sphinx>=2.0.0,!=2.1.0 # BSD sphinx>=2.0.0,!=2.1.0 # BSD
{% if target_environment == 'public' %} {% if target_environment == 'public' %}
otcdocstheme<1.0.0 # Apache-2.0 otcdocstheme<2.0.0 # Apache-2.0
{% elif target_environment == 'internal' %} {% elif target_environment == 'internal' %}
otcdocstheme # Apache-2.0 otcdocstheme # Apache-2.0
{% else %} {% else %}