From 0ede1dd79ad2370cb37b3a74d8bcdcbc075108e6 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Mon, 10 Oct 2022 12:49:01 +0200 Subject: [PATCH] [tuleap30906] : fix compilation error in UB22 --- doc/tutorial/conf.py.in | 4 ++-- doc/user/conf.py.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorial/conf.py.in b/doc/tutorial/conf.py.in index 1f16fab3d..36e47695d 100644 --- a/doc/tutorial/conf.py.in +++ b/doc/tutorial/conf.py.in @@ -183,8 +183,8 @@ htmlhelp_basename = 'MEDCouplingTutorial' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('index', 'MEDCouplingTutorial.tex', ur'MEDCoupling tutorial', - ur'A. Geay, A. Bruneton', 'manual'), + ('index', 'MEDCouplingTutorial.tex', 'MEDCoupling tutorial', + 'A. Geay, A. Bruneton', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in index 412d8866e..4507f3047 100644 --- a/doc/user/conf.py.in +++ b/doc/user/conf.py.in @@ -185,8 +185,8 @@ htmlhelp_basename = 'MEDCouplingUsersGuide' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('index', 'MEDCouplingUserGuide.tex', ur"MEDCoupling User's Guide", - ur'A. Geay, A. Bruneton', 'manual'), + ('index', 'MEDCouplingUserGuide.tex', "MEDCoupling User's Guide", + 'A. Geay, A. Bruneton', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- 2.39.2