fix issue in conf.py template
All checks were successful
gl/check check status: success (ea4177e5d69d5a36c9bf24fdc332e43bb60daaf9)
gl/gate gate status: success (ea4177e5d69d5a36c9bf24fdc332e43bb60daaf9)

This commit is contained in:
Tino Schreiber 2024-11-13 11:35:31 +00:00
parent c2ef8fab62
commit ea4177e5d6

View File

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