Salome HOME
[tuleap30906] : fix compilation error in UB22 V9_10_0a1 V9_10_0a2
authorAnthony Geay <anthony.geay@edf.fr>
Mon, 10 Oct 2022 10:49:01 +0000 (12:49 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Mon, 10 Oct 2022 10:49:01 +0000 (12:49 +0200)
doc/tutorial/conf.py.in
doc/user/conf.py.in

index 1f16fab3d3cf078fdf0eaac4d4904a949ac02af0..36e47695d100e6d052f39f3bf1950933f93e05f2 100644 (file)
@@ -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
index 412d8866e35c8445105ac911eed6ba547e882fb1..4507f3047bcb5688cba09ac009634a6ce4842e33 100644 (file)
@@ -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