|
80 | 80 | master_doc = "index"
|
81 | 81 |
|
82 | 82 | # General information about the project.
|
83 |
| -project = u"pybigquery" |
84 |
| -copyright = u"2019, Google" |
85 |
| -author = u"Google APIs" |
| 83 | +project = "pybigquery" |
| 84 | +copyright = "2019, Google" |
| 85 | +author = "Google APIs" |
86 | 86 |
|
87 | 87 | # The version info for the project you're documenting, acts as replacement for
|
88 | 88 | # |version| and |release|, also used in various other places throughout the
|
|
278 | 278 | # (source start file, target name, title,
|
279 | 279 | # author, documentclass [howto, manual, or own class]).
|
280 | 280 | latex_documents = [
|
281 |
| - (master_doc, "pybigquery.tex", u"pybigquery Documentation", author, "manual",) |
| 281 | + (master_doc, "pybigquery.tex", "pybigquery Documentation", author, "manual",) |
282 | 282 | ]
|
283 | 283 |
|
284 | 284 | # The name of an image file (relative to this directory) to place at the top of
|
|
306 | 306 |
|
307 | 307 | # One entry per manual page. List of tuples
|
308 | 308 | # (source start file, name, description, authors, manual section).
|
309 |
| -man_pages = [(master_doc, "pybigquery", u"pybigquery Documentation", [author], 1,)] |
| 309 | +man_pages = [(master_doc, "pybigquery", "pybigquery Documentation", [author], 1,)] |
310 | 310 |
|
311 | 311 | # If true, show URL addresses after external links.
|
312 | 312 | # man_show_urls = False
|
|
321 | 321 | (
|
322 | 322 | master_doc,
|
323 | 323 | "pybigquery",
|
324 |
| - u"pybigquery Documentation", |
| 324 | + "pybigquery Documentation", |
325 | 325 | author,
|
326 | 326 | "pybigquery",
|
327 | 327 | "pybigquery Library",
|
|
0 commit comments