Use xelatex engine for better Unicode support (#9197)
This commit is contained in:
parent
d7752b4d1e
commit
5fc7b21391
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue