diff --git a/Doc/conf.py b/Doc/conf.py index c4ae16a2054305..0e4019e3549c09 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -89,11 +89,10 @@ # Options for LaTeX output # ------------------------ +latex_engine = 'xelatex' + # Get LaTeX to handle Unicode correctly latex_elements = { - 'inputenc': r'\usepackage[utf8x]{inputenc}', - 'utf8extra': '', - 'fontenc': r'\usepackage[T1,T2A]{fontenc}', } # Additional stuff for the LaTeX preamble.