From bcc0fec12cbcabe4fbea16e26cbd3b6675841014 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 31 Aug 2023 15:17:11 +0200 Subject: [PATCH] feat(build): add unicode support to Latex for PDF based on https://docs.readthedocs.io/en/stable/guides/pdf-non-ascii-languages.html Signed-off-by: Arthur Schiwon --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 8759caefb..f4b58d5d1 100644 --- a/conf.py +++ b/conf.py @@ -70,3 +70,5 @@ html_context = { edit_on_github_project = 'nextcloud/documentation' edit_on_github_branch = 'master' + +latex_engine = "xelatex"