This is required to manage UTF-8 chars.
Signed-off-by: Stefano Babic <
stefan...@swupdate.org>
---
doc/source/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d06ed142..fb5fa1a1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -185,6 +185,8 @@ htmlhelp_basename = 'SWUpdatedoc'
# -- Options for LaTeX output --------------------------------------------------
+latex_engine = 'xelatex'
+
# The paper size ('letter' or 'a4').
latex_paper_size = u'a4'
--
2.43.0