Skip to content

Commit 5fc7b21

Browse files
authored
Use xelatex engine for better Unicode support (#9197)
1 parent d7752b4 commit 5fc7b21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/en/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
autodoc_typehints = "description"
4040
todo_include_todos = 1
4141

42+
# Use a different latex engine due to possible Unicode characters in the documentation:
43+
# https://docs.readthedocs.io/en/stable/guides/pdf-non-ascii-languages.html
44+
latex_engine = "xelatex"
45+
4246
# -- General configuration -----------------------------------------------------
4347

4448
# If your documentation needs a minimal Sphinx version, state it here.

0 commit comments

Comments
 (0)