From 66d1f613453435bad3ce75aab515a9290a6cf66d Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Fri, 26 Sep 2025 19:05:12 +0200 Subject: [PATCH] Fix issue in config afer merging master Signed-off-by: Christian Wolf --- developer_manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/conf.py b/developer_manual/conf.py index 2fd09d257..1f09db3ce 100644 --- a/developer_manual/conf.py +++ b/developer_manual/conf.py @@ -100,7 +100,7 @@ epub_copyright = "2012-2024, The Nextcloud developers" # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output latex_elements = { - "preamble": "\extrafloats{100}\maxdeadcycles=500\DeclareUnicodeCharacter{274C}{\sffamily X}", + "preamble": "\\extrafloats{100}\\maxdeadcycles=500\\DeclareUnicodeCharacter{274C}{\\sffamily X}", } latex_documents = [ (