From: Anthony Geay Date: Mon, 10 Oct 2022 10:49:01 +0000 (+0200) Subject: [tuleap30906] : fix compilation error in UB22 X-Git-Tag: V9_10_0a2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f801af325bfecd9d9c6010b8076710b9cd5c2263;p=tools%2Fmedcoupling.git [tuleap30906] : fix compilation error in UB22 --- 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