diff options
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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' |
