We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b861763 commit 5758fc8Copy full SHA for 5758fc8
doc/conf.py
@@ -333,3 +333,10 @@ def _check_deps():
333
# numpydoc config
334
335
numpydoc_show_class_members = False
336
+
337
+latex_engine = 'xelatex' # or 'lualatex'
338
339
+latex_elements = {
340
+ 'babel': r'\usepackage{babel}',
341
+ 'fontpkg': r'\setmainfont{DejaVu Serif}',
342
+}
0 commit comments