60
60
master_doc = 'index'
61
61
62
62
# General information about the project.
63
- project = u 'Django-MySQL'
64
- copyright = u '2017-2019 Adam Johnson'
63
+ project = 'Django-MySQL'
64
+ copyright = '2017-2020 Adam Johnson'
65
65
66
66
# The version info for the project you're documenting, acts as replacement
67
67
# for |version| and |release|, also used in various other places throughout
@@ -229,8 +229,8 @@ def _get_version():
229
229
# [howto/manual]).
230
230
latex_documents = [
231
231
('index' , 'django-mysql.tex' ,
232
- u 'Django-MySQL Documentation' ,
233
- u 'Adam Johnson' , 'manual' ),
232
+ 'Django-MySQL Documentation' ,
233
+ 'Adam Johnson' , 'manual' ),
234
234
]
235
235
236
236
# The name of an image file (relative to this directory) to place at
@@ -260,8 +260,8 @@ def _get_version():
260
260
# (source start file, name, description, authors, manual section).
261
261
man_pages = [
262
262
('index' , 'django-mysql' ,
263
- u 'Django-MySQL Documentation' ,
264
- [u 'Adam Johnson' ], 1 ),
263
+ 'Django-MySQL Documentation' ,
264
+ ['Adam Johnson' ], 1 ),
265
265
]
266
266
267
267
# If true, show URL addresses after external links.
@@ -275,8 +275,8 @@ def _get_version():
275
275
# dir menu entry, description, category)
276
276
texinfo_documents = [
277
277
('index' , 'django-mysql' ,
278
- u 'Django-MySQL Documentation' ,
279
- u 'Adam Johnson' ,
278
+ 'Django-MySQL Documentation' ,
279
+ 'Adam Johnson' ,
280
280
'django-mysql' ,
281
281
'One line description of project.' ,
282
282
'Miscellaneous' ),
0 commit comments