|
45 | 45 | master_doc = 'index' |
46 | 46 |
|
47 | 47 | # General information about the project. |
48 | | -project = u'github3.py' |
49 | | -copyright = u'2012-2018 - Ian Stapleton Cordasco' |
| 48 | +project = 'github3.py' |
| 49 | +copyright = '2012-2021 - Ian Stapleton Cordasco' |
50 | 50 |
|
51 | 51 | # The version info for the project you're documenting, acts as replacement for |
52 | 52 | # |version| and |release|, also used in various other places throughout the |
|
186 | 186 | # Grouping the document tree into LaTeX files. List of tuples |
187 | 187 | # (source start file, target name, title, author, documentclass [howto/manual]). |
188 | 188 | latex_documents = [ |
189 | | - ('index', 'github3.py.tex', u'github3.py Documentation', |
190 | | - u'Ian Cordasco', 'manual'), |
| 189 | + ('index', 'github3.py.tex', 'github3.py Documentation', |
| 190 | + 'Ian Cordasco', 'manual'), |
191 | 191 | ] |
192 | 192 |
|
193 | 193 | # The name of an image file (relative to this directory) to place at the top of |
|
219 | 219 | # One entry per manual page. List of tuples |
220 | 220 | # (source start file, name, description, authors, manual section). |
221 | 221 | man_pages = [ |
222 | | - ('index', 'github3.py', u'github3.py Documentation', |
223 | | - [u'Ian Cordasco'], 1) |
| 222 | + ('index', 'github3.py', 'github3.py Documentation', |
| 223 | + ['Ian Cordasco'], 1) |
224 | 224 | ] |
225 | 225 |
|
226 | 226 | # If true, show URL addresses after external links. |
|
232 | 232 | # (source start file, target name, title, author, |
233 | 233 | # dir menu entry, description, category) |
234 | 234 | texinfo_documents = [ |
235 | | - ('index', 'github3.py', u'github3.py Documentation', u'Ian Cordasco', |
| 235 | + ('index', 'github3.py', 'github3.py Documentation', 'Ian Cordasco', |
236 | 236 | 'github3.py', 'Wrapper for GitHub API v3', 'Miscellaneous'), |
237 | 237 | ] |
238 | 238 |
|
|
0 commit comments