|
40 | 40 | master_doc = 'index'
|
41 | 41 |
|
42 | 42 | # General information about the project.
|
43 |
| -project = u'pastebin_python' |
44 |
| -copyright = u'2013, Ferdinand Silva' |
| 43 | +project = 'pastebin_python' |
| 44 | +copyright = '2013, Ferdinand Silva' |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for
|
47 | 47 | # |version| and |release|, also used in various other places throughout the
|
|
183 | 183 | # Grouping the document tree into LaTeX files. List of tuples
|
184 | 184 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
185 | 185 | latex_documents = [
|
186 |
| - ('index', 'pastebin_python.tex', u'pastebin\\_python Documentation', |
187 |
| - u'Ferdinand Silva', 'manual'), |
| 186 | + ('index', 'pastebin_python.tex', 'pastebin\\_python Documentation', |
| 187 | + 'Ferdinand Silva', 'manual'), |
188 | 188 | ]
|
189 | 189 |
|
190 | 190 | # 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', 'pastebin_python', u'pastebin_python Documentation', |
217 |
| - [u'Ferdinand Silva'], 1) |
| 216 | + ('index', 'pastebin_python', 'pastebin_python Documentation', |
| 217 | + ['Ferdinand Silva'], 1) |
218 | 218 | ]
|
219 | 219 |
|
220 | 220 | # If true, show URL addresses after external links.
|
|
227 | 227 | # (source start file, target name, title, author,
|
228 | 228 | # dir menu entry, description, category)
|
229 | 229 | texinfo_documents = [
|
230 |
| - ('index', 'pastebin_python', u'pastebin_python Documentation', |
231 |
| - u'Ferdinand Silva', 'pastebin_python', 'One line description of project.', |
| 230 | + ('index', 'pastebin_python', 'pastebin_python Documentation', |
| 231 | + 'Ferdinand Silva', 'pastebin_python', 'One line description of project.', |
232 | 232 | 'Miscellaneous'),
|
233 | 233 | ]
|
234 | 234 |
|
|
0 commit comments