From bb01905b58159299425620ad578c4a15e46f3787 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 b22688a39..baf7db43d 100644 --- a/conf.py +++ b/conf.py @@ -67,3 +67,5 @@ html_context = { edit_on_github_project = 'nextcloud/documentation' edit_on_github_branch = 'master' + +latex_engine = "xelatex"