|
54 | 54 | master_doc = "index"
|
55 | 55 |
|
56 | 56 | # General information about the project.
|
57 |
| -project = u"Adafruit's PCF8523 RTC Library" |
58 |
| -copyright = u"2016, Philip Moyer" |
59 |
| -author = u"Philip Moyer" |
| 57 | +project = "Adafruit's PCF8523 RTC Library" |
| 58 | +copyright = "2016, Philip Moyer" |
| 59 | +author = "Philip Moyer" |
60 | 60 |
|
61 | 61 | # The version info for the project you're documenting, acts as replacement for
|
62 | 62 | # |version| and |release|, also used in various other places throughout the
|
63 | 63 | # built documents.
|
64 | 64 | #
|
65 | 65 | # The short X.Y version.
|
66 |
| -version = u"1.0" |
| 66 | +version = "1.0" |
67 | 67 | # The full version, including alpha/beta/rc tags.
|
68 |
| -release = u"1.0" |
| 68 | +release = "1.0" |
69 | 69 |
|
70 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation
|
71 | 71 | # for a list of supported languages.
|
|
278 | 278 | (
|
279 | 279 | master_doc,
|
280 | 280 | "AdafruitsPCF8523RTCLibrary.tex",
|
281 |
| - u"Adafruit's PCF8523 RTC Library Documentation", |
282 |
| - u"Philip Moyer", |
| 281 | + "Adafruit's PCF8523 RTC Library Documentation", |
| 282 | + "Philip Moyer", |
283 | 283 | "manual",
|
284 | 284 | ),
|
285 | 285 | ]
|
|
325 | 325 | (
|
326 | 326 | master_doc,
|
327 | 327 | "AdafruitsPCF8523RTCLibrary23rtclibrary",
|
328 |
| - u"Adafruit's PCF8523 RTC Library Documentation", |
| 328 | + "Adafruit's PCF8523 RTC Library Documentation", |
329 | 329 | [author],
|
330 | 330 | 1,
|
331 | 331 | )
|
|
345 | 345 | (
|
346 | 346 | master_doc,
|
347 | 347 | "AdafruitsPCF8523RTCLibrary",
|
348 |
| - u"Adafruit's PCF8523 RTC Library Documentation", |
| 348 | + "Adafruit's PCF8523 RTC Library Documentation", |
349 | 349 | author,
|
350 | 350 | "AdafruitsPCF8523RTCLibrary",
|
351 | 351 | "One line description of project.",
|
|
0 commit comments