Use xelatex engine for better Unicode support (#9197)

This commit is contained in:
Bruno Oliveira
2021-10-12 10:12:15 -03:00
committed by GitHub
parent d7752b4d1e
commit 5fc7b21391

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.