Skip to content

Commit 629ef9a

Browse files
authored
Switch to lualatex to generate the documentation PDF (#826)
1 parent 3649188 commit 629ef9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
nb_execution_raise_on_error = True
6262
nb_execution_show_tb = True
6363

64+
# The default engine ran into memory issues on some notebooks
65+
# so we use lualatex instead
66+
latex_engine = "lualatex"
67+
6468
# Enable LaTeX macros in markdown cells
6569
myst_enable_extensions = [
6670
"amsmath",

0 commit comments

Comments
 (0)