|
57 | 57 | master_doc = "index" |
58 | 58 |
|
59 | 59 | # General information about the project. |
60 | | -project = u"Vonage" |
61 | | -copyright = u"{0}, Vonage".format(datetime.datetime.now().year) |
62 | | -author = u"Vonage" |
| 60 | +project = "Vonage" |
| 61 | +copyright = f"{datetime.datetime.now().year}, Vonage" |
| 62 | +author = "Vonage" |
63 | 63 |
|
64 | 64 | # The version info for the project you're documenting, acts as replacement for |
65 | 65 | # |version| and |release|, also used in various other places throughout the |
66 | 66 | # built documents. |
67 | 67 | # |
68 | 68 | # The short X.Y version. |
69 | | -version = u"2.5.5" |
| 69 | +version = "2.6.0" |
70 | 70 | # The full version, including alpha/beta/rc tags. |
71 | | -release = u"2.5.5" |
| 71 | +release = "2.6.0" |
72 | 72 |
|
73 | 73 | # The language for content autogenerated by Sphinx. Refer to documentation |
74 | 74 | # for a list of supported languages. |
|
143 | 143 | # The name for this set of Sphinx documents. |
144 | 144 | # "<project> v<release> documentation" by default. |
145 | 145 | # |
146 | | -# html_title = u'Vonage v2.5.5' |
| 146 | +# html_title = u'Vonage v2.6.0' |
147 | 147 |
|
148 | 148 | # A shorter title for the navigation bar. Default is the same as html_title. |
149 | 149 | # |
|
266 | 266 | # (source start file, target name, title, |
267 | 267 | # author, documentclass [howto, manual, or own class]). |
268 | 268 | latex_documents = [ |
269 | | - (master_doc, "Vonage.tex", u"Vonage Documentation", u"Tim Craft", "manual") |
| 269 | + ( master_doc, "Vonage.tex", "Vonage Documentation", "[email protected]", "manual") |
270 | 270 | ] |
271 | 271 |
|
272 | 272 | # 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, "vonage", u"Vonage Documentation", [author], 1)] |
| 309 | +man_pages = [(master_doc, "vonage", "Vonage Documentation", [author], 1)] |
310 | 310 |
|
311 | 311 | # If true, show URL addresses after external links. |
312 | 312 | # |
|
322 | 322 | ( |
323 | 323 | master_doc, |
324 | 324 | "Vonage", |
325 | | - u"Vonage Documentation", |
| 325 | + "Vonage Documentation", |
326 | 326 | author, |
327 | 327 | "Vonage", |
328 | 328 | "One line description of project.", |
|
0 commit comments