|
40 | 40 | master_doc = 'index' |
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | | -project = u'OpenXC for Python' |
44 | | -copyright = u'2017, Ford Motor Company' |
| 43 | +project = 'OpenXC for Python' |
| 44 | +copyright = '2017, Ford Motor Company' |
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 |
|
196 | 196 | # Grouping the document tree into LaTeX files. List of tuples |
197 | 197 | # (source start file, target name, title, author, documentclass [howto/manual]). |
198 | 198 | latex_documents = [ |
199 | | - ('index', 'OpenXCforPython.tex', u'OpenXC for Python Documentation', |
200 | | - u'Christopher Peplin', 'manual'), |
| 199 | + ('index', 'OpenXCforPython.tex', 'OpenXC for Python Documentation', |
| 200 | + 'Christopher Peplin', 'manual'), |
201 | 201 | ] |
202 | 202 |
|
203 | 203 | # The name of an image file (relative to this directory) to place at the top of |
|
226 | 226 | # One entry per manual page. List of tuples |
227 | 227 | # (source start file, name, description, authors, manual section). |
228 | 228 | man_pages = [ |
229 | | - ('index', 'openxcforpython', u'OpenXC for Python Documentation', |
230 | | - [u'Christopher Peplin'], 1) |
| 229 | + ('index', 'openxcforpython', 'OpenXC for Python Documentation', |
| 230 | + ['Christopher Peplin'], 1) |
231 | 231 | ] |
232 | 232 |
|
233 | 233 | # If true, show URL addresses after external links. |
|
240 | 240 | # (source start file, target name, title, author, |
241 | 241 | # dir menu entry, description, category) |
242 | 242 | texinfo_documents = [ |
243 | | - ('index', 'OpenXCforPython', u'OpenXC for Python Documentation', |
244 | | - u'Christopher Peplin', 'OpenXCforPython', 'One line description of project.', |
| 243 | + ('index', 'OpenXCforPython', 'OpenXC for Python Documentation', |
| 244 | + 'Christopher Peplin', 'OpenXCforPython', 'One line description of project.', |
245 | 245 | 'Miscellaneous'), |
246 | 246 | ] |
247 | 247 |
|
|
0 commit comments