Skip to content

Commit dea9cab

Browse files
committed
Update docs/conf.py for Python 3 and 2020
1 parent 472eb56 commit dea9cab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
master_doc = 'index'
6161

6262
# 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'
6565

6666
# The version info for the project you're documenting, acts as replacement
6767
# for |version| and |release|, also used in various other places throughout
@@ -229,8 +229,8 @@ def _get_version():
229229
# [howto/manual]).
230230
latex_documents = [
231231
('index', 'django-mysql.tex',
232-
u'Django-MySQL Documentation',
233-
u'Adam Johnson', 'manual'),
232+
'Django-MySQL Documentation',
233+
'Adam Johnson', 'manual'),
234234
]
235235

236236
# The name of an image file (relative to this directory) to place at
@@ -260,8 +260,8 @@ def _get_version():
260260
# (source start file, name, description, authors, manual section).
261261
man_pages = [
262262
('index', 'django-mysql',
263-
u'Django-MySQL Documentation',
264-
[u'Adam Johnson'], 1),
263+
'Django-MySQL Documentation',
264+
['Adam Johnson'], 1),
265265
]
266266

267267
# If true, show URL addresses after external links.
@@ -275,8 +275,8 @@ def _get_version():
275275
# dir menu entry, description, category)
276276
texinfo_documents = [
277277
('index', 'django-mysql',
278-
u'Django-MySQL Documentation',
279-
u'Adam Johnson',
278+
'Django-MySQL Documentation',
279+
'Adam Johnson',
280280
'django-mysql',
281281
'One line description of project.',
282282
'Miscellaneous'),

0 commit comments

Comments
 (0)