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

View File

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