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