|
40 | 40 | master_doc = 'index' |
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | | -project = u'irc3' |
44 | | -copyright = u'2013, Gael Pasgrimaud' |
| 43 | +project = 'irc3' |
| 44 | +copyright = '2013, Gael Pasgrimaud' |
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', 'irc3.tex', u'irc3 Documentation', |
187 | | - u'Gael Pasgrimaud', 'manual'), |
| 186 | + ('index', 'irc3.tex', 'irc3 Documentation', |
| 187 | + 'Gael Pasgrimaud', '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', 'irc3', u'irc3 Documentation', |
217 | | - [u'Gael Pasgrimaud'], 1) |
| 216 | + ('index', 'irc3', 'irc3 Documentation', |
| 217 | + ['Gael Pasgrimaud'], 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', 'irc3', u'irc3 Documentation', |
231 | | - u'Gael Pasgrimaud', 'irc3', 'One line description of project.', |
| 230 | + ('index', 'irc3', 'irc3 Documentation', |
| 231 | + 'Gael Pasgrimaud', 'irc3', 'One line description of project.', |
232 | 232 | 'Miscellaneous'), |
233 | 233 | ] |
234 | 234 |
|
|
0 commit comments