|
50 | 50 | master_doc = 'index' |
51 | 51 |
|
52 | 52 | # General information about the project. |
53 | | -project = u'python-emails' |
54 | | -copyright = u'2015-2026, Sergey Lavrinenko' |
| 53 | +project = 'python-emails' |
| 54 | +copyright = '2015-2026, Sergey Lavrinenko' |
55 | 55 |
|
56 | | -# The version info for the project you're documenting, acts as replacement for |
| 56 | +# The version info for the project yo're documenting, acts as replacement for |
57 | 57 | # |version| and |release|, also used in various other places throughout the |
58 | 58 | # built documents. |
59 | 59 | # |
|
216 | 216 | # (source start file, target name, title, |
217 | 217 | # author, documentclass [howto, manual, or own class]). |
218 | 218 | latex_documents = [ |
219 | | - ('index', 'python-emails.tex', u'python-emails Documentation', |
220 | | - u'Sergey Lavrinenko', 'manual'), |
| 219 | + ('index', 'python-emails.tex', 'python-emails Documentation', |
| 220 | + 'Sergey Lavrinenko', 'manual'), |
221 | 221 | ] |
222 | 222 |
|
223 | 223 | # The name of an image file (relative to this directory) to place at the top of |
|
246 | 246 | # One entry per manual page. List of tuples |
247 | 247 | # (source start file, name, description, authors, manual section). |
248 | 248 | man_pages = [ |
249 | | - ('index', 'python-emails', u'python-emails Documentation', |
250 | | - [u'Sergey Lavrinenko'], 1) |
| 249 | + ('index', 'python-emails', 'python-emails Documentation', |
| 250 | + ['Sergey Lavrinenko'], 1) |
251 | 251 | ] |
252 | 252 |
|
253 | 253 | # If true, show URL addresses after external links. |
|
260 | 260 | # (source start file, target name, title, author, |
261 | 261 | # dir menu entry, description, category) |
262 | 262 | texinfo_documents = [ |
263 | | - ('index', 'python-emails', u'python-emails Documentation', |
264 | | - u'Sergey Lavrinenko', 'python-emails', 'One line description of project.', |
| 263 | + ('index', 'python-emails', 'python-emails Documentation', |
| 264 | + 'Sergey Lavrinenko', 'python-emails', 'One line description of project.', |
265 | 265 | 'Miscellaneous'), |
266 | 266 | ] |
267 | 267 |
|
|
0 commit comments