Use xelatex engine for better Unicode support

Fix #9196
This commit is contained in:
Bruno Oliveira 2021-10-12 09:44:31 -03:00
parent d7752b4d1e
commit 8f80f370ce
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ autodoc_member_order = "bysource"
autodoc_typehints = "description"
todo_include_todos = 1
# Use a different latex engine due to possible Unicode characters in the documentation:
# https://docs.readthedocs.io/en/stable/guides/pdf-non-ascii-languages.html
latex_engine = "xelatex"
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.