|
51 | 51 | master_doc = 'index' |
52 | 52 |
|
53 | 53 | # General information about the project. |
54 | | -project = u'OpenStack Command Line Client' |
55 | | -copyright = u'2012-2013 OpenStack Foundation' |
| 54 | +project = 'OpenStack Command Line Client' |
| 55 | +copyright = '2012-2013 OpenStack Foundation' |
56 | 56 |
|
57 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation |
58 | 58 | # for a list of supported languages. |
|
189 | 189 | # . |
190 | 190 | latex_documents = [ |
191 | 191 | ('index', 'OpenStackCommandLineClient.tex', |
192 | | - u'OpenStack Command Line Client Documentation', |
193 | | - u'OpenStack', 'manual'), |
| 192 | + 'OpenStack Command Line Client Documentation', |
| 193 | + 'OpenStack', 'manual'), |
194 | 194 | ] |
195 | 195 |
|
196 | 196 | # The name of an image file (relative to this directory) to place at the top of |
|
222 | 222 | ( |
223 | 223 | 'cli/man/openstack', |
224 | 224 | 'openstack', |
225 | | - u'OpenStack Command Line Client', |
226 | | - [u'OpenStack contributors'], |
| 225 | + 'OpenStack Command Line Client', |
| 226 | + ['OpenStack contributors'], |
227 | 227 | 1, |
228 | 228 | ), |
229 | 229 | ] |
|
239 | 239 | # dir menu entry, description, category) |
240 | 240 | texinfo_documents = [ |
241 | 241 | ('index', 'OpenStackCommandLineClient', |
242 | | - u'OpenStack Command Line Client Documentation', |
243 | | - u'OpenStack', 'OpenStackCommandLineClient', |
| 242 | + 'OpenStack Command Line Client Documentation', |
| 243 | + 'OpenStack', 'OpenStackCommandLineClient', |
244 | 244 | 'One line description of project.', |
245 | 245 | 'Miscellaneous'), |
246 | 246 | ] |
|
0 commit comments