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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.