summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Barnowski <rossbar@berkeley.edu>2020-05-27 16:09:49 -0700
committerRoss Barnowski <rossbar@berkeley.edu>2020-05-27 16:09:49 -0700
commit2aa8be03fe681cb15d9827afcb732616162ed9a7 (patch)
treee16b7ea9b467cbb55382dafa3cb6adaca5fa2a90
parent671804035cda35211f97f6cf9f80d16152a872fd (diff)
downloadnumpy-2aa8be03fe681cb15d9827afcb732616162ed9a7.tar.gz
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.
-rw-r--r--doc/source/conf.py3
1 files changed, 3 insertions, 0 deletions
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'