From 03ab56736d7f0c3808927e3a5d0eeb98fb3277e8 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Sun, 21 Jul 2024 13:11:04 +0800 Subject: [PATCH] docs: use xelatex engine for pdf building; --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 777d523a..4a22ce4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,6 +92,9 @@ # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx" +# -- Options for PDF output ------------------------------------------------- +latex_engine = "xelatex" + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for a list of builtin themes.