Compare commits

..

1 Commits

Author SHA1 Message Date
6a7917b3aa Move APM to Application services
All checks were successful
gl/check check status: success (6a7917b3aad499d2866e9eac74fe3aaae0518159)
gl/gate gate status: success (6a7917b3aad499d2866e9eac74fe3aaae0518159)
2024-11-12 12:44:18 +00:00
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,9 @@
---
environment: public
repositories:
- environment: internal
repo: docs/enterprise-dashboard
type: gitea
- environment: public
repo: opentelekomcloud-docs/enterprise-dashboard
type: github

View File

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