Skip to content

Commit

Permalink
BLD: use xetex to build the docs
Browse files Browse the repository at this point in the history
closes #12146
  • Loading branch information
anntzer authored and tacaswell committed Sep 19, 2018
1 parent b861763 commit 5758fc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,10 @@ def _check_deps():
# numpydoc config

numpydoc_show_class_members = False

latex_engine = 'xelatex' # or 'lualatex'

latex_elements = {
'babel': r'\usepackage{babel}',
'fontpkg': r'\setmainfont{DejaVu Serif}',
}

0 comments on commit 5758fc8

Please sign in to comment.