Restore configuration of 'latex_engine'
Change I3a9d96c4896a0d5ccc85b74562d35852a837f29f accidentally removed this. Change-Id: I84aa8eee19f961515c8f7e91d6152126030a9ca2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
742cdf2dac
commit
31642dd188
@ -383,6 +383,9 @@ def _builder_inited(app):
|
||||
app.config.version = project_version
|
||||
app.config.release = project_version
|
||||
|
||||
if not app.config.latex_engine:
|
||||
app.config.latex_engine = 'xelatex'
|
||||
|
||||
theme_logo = paths.get_theme_logo_path(app.config.html_theme)
|
||||
pdf_theme_path = paths.get_pdf_theme_path(app.config.html_theme)
|
||||
latex_elements = {
|
||||
|
Loading…
Reference in New Issue
Block a user