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:
Stephen Finucane 2020-05-14 10:30:32 +01:00
parent 742cdf2dac
commit 31642dd188
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {