Skip to content

Commit

Permalink
Switch to lualatex to generate the documentation PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Dec 6, 2023
1 parent 3649188 commit 40fe330
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
nb_execution_raise_on_error = True
nb_execution_show_tb = True

# The default engine ran into memory issues on some notebooks
# so we use lualatex instead
latex_engine = 'lualatex'

# Enable LaTeX macros in markdown cells
myst_enable_extensions = [
"amsmath",
Expand Down

0 comments on commit 40fe330

Please sign in to comment.