Skip to content

Commit 2536672

Browse files
Remove Python unicode string prefixes for documentation config file.
1 parent 476b1e2 commit 2536672

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/conf.py.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ latex_elements = {
265265
latex_documents = [
266266
('index',
267267
'mmSolver.tex',
268-
u'mmSolver Documentation',
269-
u'David Cattermole',
268+
'mmSolver Documentation',
269+
'David Cattermole',
270270
'manual'),
271271
]
272272

@@ -298,8 +298,8 @@ latex_documents = [
298298
man_pages = [
299299
('index',
300300
'mmsolver',
301-
u'mmSolver Documentation',
302-
[u'David Cattermole'], 1)
301+
'mmSolver Documentation',
302+
['David Cattermole'], 1)
303303
]
304304

305305
# If true, show URL addresses after external links.
@@ -314,8 +314,8 @@ man_pages = [
314314
texinfo_documents = [
315315
('index',
316316
'mmSolver',
317-
u'mmSolver Documentation',
318-
u'David Cattermole',
317+
'mmSolver Documentation',
318+
'David Cattermole',
319319
'mmSolver',
320320
'Bundle Adjustment solver for Autodesk Maya.',
321321
'Miscellaneous'),

0 commit comments

Comments
 (0)