We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7752b4 commit 5fc7b21Copy full SHA for 5fc7b21
doc/en/conf.py
@@ -39,6 +39,10 @@
39
autodoc_typehints = "description"
40
todo_include_todos = 1
41
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
+
46
# -- General configuration -----------------------------------------------------
47
48
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments