|
42 | 42 | master_doc = 'index' |
43 | 43 |
|
44 | 44 | # General information about the project. |
45 | | -project = u'CloudKitty Client Release Notes' |
46 | | -copyright = u'2016, CloudKitty developers' |
| 45 | +project = 'CloudKitty Client Release Notes' |
| 46 | +copyright = '2016, CloudKitty developers' |
47 | 47 |
|
48 | 48 | # Release notes are version independent. |
49 | 49 | # The short X.Y version. |
|
194 | 194 | # author, documentclass [howto, manual, or own class]). |
195 | 195 | latex_documents = [ |
196 | 196 | ('index', 'PythonCloudKittyClient.tex', |
197 | | - u'CloudKitty Client Release Notes Documentation', |
198 | | - u'CloudKitty developers', 'manual'), |
| 197 | + 'CloudKitty Client Release Notes Documentation', |
| 198 | + 'CloudKitty developers', 'manual'), |
199 | 199 | ] |
200 | 200 |
|
201 | 201 | # The name of an image file (relative to this directory) to place at the top of |
|
225 | 225 | # (source start file, name, description, authors, manual section). |
226 | 226 | man_pages = [ |
227 | 227 | ('index', 'cloudkittyclient', |
228 | | - u'CloudKitty Client Release Notes Documentation', |
229 | | - [u'CloudKitty developers'], 1) |
| 228 | + 'CloudKitty Client Release Notes Documentation', |
| 229 | + ['CloudKitty developers'], 1) |
230 | 230 | ] |
231 | 231 |
|
232 | 232 | # If true, show URL addresses after external links. |
|
240 | 240 | # dir menu entry, description, category) |
241 | 241 | texinfo_documents = [ |
242 | 242 | ('index', 'cloudkittyclient', |
243 | | - u'CloudKitty Client Release Notes Documentation', |
244 | | - u'CloudKitty Client developers', 'CloudKittyClient', |
| 243 | + 'CloudKitty Client Release Notes Documentation', |
| 244 | + 'CloudKitty Client developers', 'CloudKittyClient', |
245 | 245 | 'One line description of project.', 'Miscellaneous'), |
246 | 246 | ] |
247 | 247 |
|
|
0 commit comments