|
45 | 45 | master_doc = "index" |
46 | 46 |
|
47 | 47 | # General information about the project. |
48 | | -project = u"jsonschema" |
49 | | -author = u"Julian Berman" |
50 | | -copyright = u"2013, " + author |
| 48 | +project = "jsonschema" |
| 49 | +author = "Julian Berman" |
| 50 | +copyright = "2013, " + author |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for |
53 | 53 | # |version| and |release|, also used in various other places throughout the |
|
171 | 171 | # Grouping the document tree into LaTeX files. List of tuples (source |
172 | 172 | # start file, target name, title, author, documentclass [howto/manual]). |
173 | 173 | latex_documents = [ |
174 | | - ("index", "jsonschema.tex", u"jsonschema Documentation", author, "manual"), |
| 174 | + ("index", "jsonschema.tex", "jsonschema Documentation", author, "manual"), |
175 | 175 | ] |
176 | 176 |
|
177 | 177 | # The name of an image file (relative to this directory) to place at the top of |
|
199 | 199 |
|
200 | 200 | # One entry per manual page. List of tuples |
201 | 201 | # (source start file, name, description, authors, manual section). |
202 | | -man_pages = [("index", "jsonschema", u"jsonschema Documentation", [author], 1)] |
| 202 | +man_pages = [("index", "jsonschema", "jsonschema Documentation", [author], 1)] |
203 | 203 |
|
204 | 204 | # If true, show URL addresses after external links. |
205 | 205 | # man_show_urls = False |
|
214 | 214 | ( |
215 | 215 | "index", |
216 | 216 | "jsonschema", |
217 | | - u"jsonschema Documentation", |
| 217 | + "jsonschema Documentation", |
218 | 218 | author, |
219 | 219 | "jsonschema", |
220 | 220 | "One line description of project.", |
|
0 commit comments