Update PDF startpage confpy variables
All checks were successful
gl/check check status: success (28f808946a627441ac0a35f65bbb2b67fd15854d)
gl/gate gate status: success (28f808946a627441ac0a35f65bbb2b67fd15854d)

This commit is contained in:
Gode, Sebastian 2024-11-13 10:23:27 +00:00
parent d82b382a7b
commit 28f808946a

View File

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