|
43 | 43 | master_doc = 'index' |
44 | 44 |
|
45 | 45 | # General information about the project. |
46 | | -project = u'Python-RSA' |
47 | | -copyright = u'2011-2019, Sybren A. Stüvel' |
| 46 | +project = 'Python-RSA' |
| 47 | +copyright = '2011-2019, Sybren A. Stüvel' |
48 | 48 |
|
49 | 49 | # The version info for the project you're documenting, acts as replacement for |
50 | 50 | # |version| and |release|, also used in various other places throughout the |
|
180 | 180 | # Grouping the document tree into LaTeX files. List of tuples |
181 | 181 | # (source start file, target name, title, author, documentclass [howto/manual]). |
182 | 182 | latex_documents = [ |
183 | | - ('index', 'Python-RSA.tex', u'Python-RSA Documentation', |
184 | | - u'Sybren A. Stüvel', 'manual'), |
| 183 | + ('index', 'Python-RSA.tex', 'Python-RSA Documentation', |
| 184 | + 'Sybren A. Stüvel', 'manual'), |
185 | 185 | ] |
186 | 186 |
|
187 | 187 | # The name of an image file (relative to this directory) to place at the top of |
|
213 | 213 | # One entry per manual page. List of tuples |
214 | 214 | # (source start file, name, description, authors, manual section). |
215 | 215 | man_pages = [ |
216 | | - ('index', 'python-rsa', u'Python-RSA Documentation', |
217 | | - [u'Sybren A. Stüvel'], 1) |
| 216 | + ('index', 'python-rsa', 'Python-RSA Documentation', |
| 217 | + ['Sybren A. Stüvel'], 1) |
218 | 218 | ] |
219 | 219 |
|
220 | 220 | todo_include_todos = True |
0 commit comments