Salome HOME
spns #29880: SALOME 9.9.0 UB22: backport patches
[tools/sat_salome.git] / products / patches / SPNS-29880-MEDCOUPLING-V9_9_0.patch
1 diff --git a/doc/tutorial/conf.py.in b/doc/tutorial/conf.py.in
2 index 1f16fab3..fc6efeb8 100644
3 --- a/doc/tutorial/conf.py.in
4 +++ b/doc/tutorial/conf.py.in
5 @@ -183,8 +183,8 @@ htmlhelp_basename = 'MEDCouplingTutorial'
6  # Grouping the document tree into LaTeX files. List of tuples
7  # (source start file, target name, title, author, document class [howto/manual]).
8  latex_documents = [
9 -  ('index', 'MEDCouplingTutorial.tex', ur'MEDCoupling tutorial',
10 -   ur'A. Geay, A. Bruneton', 'manual'),
11 +  ('index', 'MEDCouplingTutorial.tex', 'MEDCoupling tutorial',
12 +   'A. Geay, A. Bruneton', 'manual'),
13  ]
14  
15  # The name of an image file (relative to this directory) to place at the top of
16 diff --git a/doc/user/conf.py.in b/doc/user/conf.py.in
17 index 412d8866..74819303 100644
18 --- a/doc/user/conf.py.in
19 +++ b/doc/user/conf.py.in
20 @@ -185,8 +185,8 @@ htmlhelp_basename = 'MEDCouplingUsersGuide'
21  # Grouping the document tree into LaTeX files. List of tuples
22  # (source start file, target name, title, author, document class [howto/manual]).
23  latex_documents = [
24 -  ('index', 'MEDCouplingUserGuide.tex', ur"MEDCoupling User's Guide",
25 -   ur'A. Geay, A. Bruneton', 'manual'),
26 +  ('index', 'MEDCouplingUserGuide.tex', "MEDCoupling User's Guide",
27 +   'A. Geay, A. Bruneton', 'manual'),
28  ]
29  
30  # The name of an image file (relative to this directory) to place at the top of