Skip to content

Commit 4d2702d

Browse files
authored
Merge pull request numpy#16412 from charris/backport-16408
DOC,BLD: Update sphinx conf to use xelatex.
2 parents 6b50566 + 266675c commit 4d2702d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ def setup(app):
155155
# The font size ('10pt', '11pt' or '12pt').
156156
#latex_font_size = '10pt'
157157

158+
# XeLaTeX for better support of unicode characters
159+
latex_engine = 'xelatex'
160+
158161
# Grouping the document tree into LaTeX files. List of tuples
159162
# (source start file, target name, title, author, document class [howto/manual]).
160163
_stdauthor = 'Written by the NumPy community'

0 commit comments

Comments
 (0)