Compare commits

..

1 Commits

Author SHA1 Message Date
3b8ba98267 Update PDF startpage confpy variables
All checks were successful
gl/check check status: success (3b8ba98267686f4c366b47aed1ff23dce6779c81)
gl/gate gate status: success (3b8ba98267686f4c366b47aed1ff23dce6779c81)
2024-11-13 10:29:20 +00:00
2 changed files with 2 additions and 18 deletions

View File

@ -1,16 +0,0 @@
---
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,11 +145,11 @@ latex_elements = {
'papersize': 'a4paper',
'pointsize': '12pt',
'figure_align': 'H',
'preamble': rf'''{% raw %}
'preamble': rf'''
\newcommand{{\githash}}{{{current_commit_hash}}}
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}{% endraw %}
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}
''',
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
}