From 2aa8be03fe681cb15d9827afcb732616162ed9a7 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Wed, 27 May 2020 16:09:49 -0700 Subject: DOC,BLD: Update sphinx conf to use xelatex. Switch from pdflatex to xelatex as the latex engine used for generating the latex/pdf version of the documentation. --- doc/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index a58dc4897..d6a0f8bf3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -155,6 +155,9 @@ plot_html_show_source_link = False # The font size ('10pt', '11pt' or '12pt'). #latex_font_size = '10pt' +# XeLaTeX for better support of unicode characters +latex_engine = 'xelatex' + # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). _stdauthor = 'Written by the NumPy community' -- cgit v1.2.1