Compare commits

..

1 Commits

Author SHA1 Message Date
daedb286e9 PDF Preparations
All checks were successful
gl/check check status: success (daedb286e98b8aea93cd89296030af674c879efb)
gl/gate gate status: success (daedb286e98b8aea93cd89296030af674c879efb)
2024-10-17 12:19:42 +00:00

View File

@ -145,11 +145,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'
}