Compare commits

...

2 Commits

Author SHA1 Message Date
be58acc4ed fix link for caf
All checks were successful
gl/check check status: success (be58acc4edbcb1e269cbaeded70ebe6cb4614f41)
gl/gate gate status: success (be58acc4edbcb1e269cbaeded70ebe6cb4614f41)
2024-01-31 09:13:58 +00:00
ef7985a733 Increase otcdocstheme public version requirement
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2024-01-29 10:26:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
environment: public
link: /architecture-center/cloud-adoption-framework/
link: /architecture-center/caf/
pdf_name: architecture-center-cloud-adoption-framework
rst_location: doc/caf/source
service_type: ac

View File

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