From c87c82c5a4cda9a1ff82f82363b0ec5636a06678 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 17 Jan 2024 16:28:33 +0100
Subject: [PATCH] Remove remnants of workaround for incorrect display of
 macro-directives without arguments

This workaround was implemented in cd195279e99b0a88b99492c89305ac6486ebac6a.
The zero-width spaces were inadvertently removed in
248ad18846abf7e01f51d8a6e8391f9838f37128.

Ref. #1707

(cherry picked from commit 6fe43545d84613d33845f2f68d0bcfd0423c1703)
---
 doc/manual/source/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py
index 104620484b..2521e3f83d 100644
--- a/doc/manual/source/conf.py
+++ b/doc/manual/source/conf.py
@@ -71,7 +71,6 @@ latex_elements = {
                     warningBorderColor={RGB}{255,50,50},OuterLinkColor={RGB}{34,139,34}, \
                     InnerLinkColor={RGB}{51,51,255},TitleColor={RGB}{51,51,255}',
     'papersize': 'a4paper',
-    'preamble': r'\DeclareUnicodeCharacter{200B}{}', # Part of the workaround for #1707
 }
 
 latex_documents = [
-- 
GitLab