Skip to content

Commit 7324b5c

Browse files
JulienPalardned-deily
authored andcommitted
bpo-31589 : Build PDF using xelatex for better UTF8 support. (#3940)
Also addresses doc build failures documented in bpo-32200.
1 parent 1eaa116 commit 7324b5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@
9090
# Options for LaTeX output
9191
# ------------------------
9292

93+
latex_engine = 'xelatex'
94+
9395
# Get LaTeX to handle Unicode correctly
9496
latex_elements = {
95-
'inputenc': r'\usepackage[utf8x]{inputenc}',
96-
'utf8extra': '',
97-
'fontenc': r'\usepackage[T1,T2A]{fontenc}',
9897
}
9998

10099
# Additional stuff for the LaTeX preamble.

0 commit comments

Comments
 (0)