|
80 | 80 | master_doc = "index" |
81 | 81 |
|
82 | 82 | # General information about the project. |
83 | | -project = u"google-api-core" |
84 | | -copyright = u"2019, Google" |
85 | | -author = u"Google APIs" |
| 83 | +project = "google-api-core" |
| 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 |
|
281 | 281 | ( |
282 | 282 | master_doc, |
283 | 283 | "google-api-core.tex", |
284 | | - u"google-api-core Documentation", |
| 284 | + "google-api-core Documentation", |
285 | 285 | author, |
286 | 286 | "manual", |
287 | 287 | ) |
|
313 | 313 | # One entry per manual page. List of tuples |
314 | 314 | # (source start file, name, description, authors, manual section). |
315 | 315 | man_pages = [ |
316 | | - (master_doc, "google-api-core", u"google-api-core Documentation", [author], 1,) |
| 316 | + (master_doc, "google-api-core", "google-api-core Documentation", [author], 1,) |
317 | 317 | ] |
318 | 318 |
|
319 | 319 | # If true, show URL addresses after external links. |
|
329 | 329 | ( |
330 | 330 | master_doc, |
331 | 331 | "google-api-core", |
332 | | - u"google-api-core Documentation", |
| 332 | + "google-api-core Documentation", |
333 | 333 | author, |
334 | 334 | "google-api-core", |
335 | 335 | "google-api-core Library", |
|
0 commit comments