Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5758fc8

Browse filesBrowse files
anntzertacaswell
authored andcommitted
BLD: use xetex to build the docs
closes #12146
1 parent b861763 commit 5758fc8
Copy full SHA for 5758fc8

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,10 @@ def _check_deps():
333333
# numpydoc config
334334

335335
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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.