From 213d116050410a9e83166c8f88965183396f32d8 Mon Sep 17 00:00:00 2001 From: TG Date: Mon, 27 Jan 2025 16:22:50 +0100 Subject: [PATCH] Use Lualatex instead of plain pdfatex --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 565663d..1d22dbf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,3 +33,5 @@ html_theme_options = { "titles_only": False } html_static_path = ['_static'] + +latex_engine = 'lualatex'