|
64 | 64 | master_doc = "index" |
65 | 65 |
|
66 | 66 | # General information about the project. |
67 | | -project = u"Graphene" |
68 | | -copyright = u"Graphene 2016" |
69 | | -author = u"Syrus Akbary" |
| 67 | +project = "Graphene" |
| 68 | +copyright = "Graphene 2016" |
| 69 | +author = "Syrus Akbary" |
70 | 70 |
|
71 | 71 | # The version info for the project you're documenting, acts as replacement for |
72 | 72 | # |version| and |release|, also used in various other places throughout the |
73 | 73 | # built documents. |
74 | 74 | # |
75 | 75 | # The short X.Y version. |
76 | | -version = u"1.0" |
| 76 | +version = "1.0" |
77 | 77 | # The full version, including alpha/beta/rc tags. |
78 | | -release = u"1.0" |
| 78 | +release = "1.0" |
79 | 79 |
|
80 | 80 | # The language for content autogenerated by Sphinx. Refer to documentation |
81 | 81 | # for a list of supported languages. |
|
278 | 278 | # (source start file, target name, title, |
279 | 279 | # author, documentclass [howto, manual, or own class]). |
280 | 280 | latex_documents = [ |
281 | | - (master_doc, "Graphene.tex", u"Graphene Documentation", u"Syrus Akbary", "manual") |
| 281 | + (master_doc, "Graphene.tex", "Graphene Documentation", "Syrus Akbary", "manual") |
282 | 282 | ] |
283 | 283 |
|
284 | 284 | # The name of an image file (relative to this directory) to place at the top of |
|
318 | 318 |
|
319 | 319 | # One entry per manual page. List of tuples |
320 | 320 | # (source start file, name, description, authors, manual section). |
321 | | -man_pages = [(master_doc, "graphene", u"Graphene Documentation", [author], 1)] |
| 321 | +man_pages = [(master_doc, "graphene", "Graphene Documentation", [author], 1)] |
322 | 322 |
|
323 | 323 | # If true, show URL addresses after external links. |
324 | 324 | # |
|
334 | 334 | ( |
335 | 335 | master_doc, |
336 | 336 | "Graphene", |
337 | | - u"Graphene Documentation", |
| 337 | + "Graphene Documentation", |
338 | 338 | author, |
339 | 339 | "Graphene", |
340 | 340 | "One line description of project.", |
|
0 commit comments