Compare commits

...

3 Commits

Author SHA1 Message Date
fc73cf1506 add regions and endpoints for swiss
All checks were successful
gl/check check status: success (fc73cf150606bca138af424b55f5fbeb45ac9732)
gl/gate gate status: success (fc73cf150606bca138af424b55f5fbeb45ac9732)
2025-03-03 12:49:30 +00:00
dcd92366d0 fix issue in conf.py template
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>
2024-11-13 13:52:42 +00:00
d1c6b89ca6 Update PDF startpage confpy variables
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2024-11-13 11:11:12 +00:00
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,16 @@
---
environment: hidden
repositories:
- environment: internal
repo: docs-swiss/regions-and-endpoints
type: gitea
- environment: public
repo: opentelekomcloud-docs-swiss/regions-and-endpoints
type: github
service_category: other
service_title: Regions and Endpoints
service_type: rae
service_uri: regions-and-endpoints
teams:
- name: docs-eco-rw
permission: write

View File

@ -145,6 +145,11 @@ latex_elements = {
'papersize': 'a4paper',
'pointsize': '12pt',
'figure_align': 'H',
'preamble': r'\newcommand{\githash}{' + current_commit_hash + '}',
'preamble': rf'''{% raw %}
\newcommand{{\githash}}{{{current_commit_hash}}}
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}{% endraw %}
''',
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
}