|
72 | 72 | master_doc = "index" |
73 | 73 |
|
74 | 74 | # General information about the project. |
75 | | -project = u"Adafruit's DS3231 RTC Library" |
76 | | -copyright = u"2016, Philip Moyer" |
77 | | -author = u"Philip Moyer" |
| 75 | +project = "Adafruit's DS3231 RTC Library" |
| 76 | +copyright = "2016, Philip Moyer" |
| 77 | +author = "Philip Moyer" |
78 | 78 |
|
79 | 79 | # The version info for the project you're documenting, acts as replacement for |
80 | 80 | # |version| and |release|, also used in various other places throughout the |
81 | 81 | # built documents. |
82 | 82 | # |
83 | 83 | # The short X.Y version. |
84 | | -version = u"1.0" |
| 84 | +version = "1.0" |
85 | 85 | # The full version, including alpha/beta/rc tags. |
86 | | -release = u"1.0" |
| 86 | +release = "1.0" |
87 | 87 |
|
88 | 88 | # The language for content autogenerated by Sphinx. Refer to documentation |
89 | 89 | # for a list of supported languages. |
|
304 | 304 | ( |
305 | 305 | master_doc, |
306 | 306 | "AdafruitsDS3231RTCLibrary.tex", |
307 | | - u"Adafruit's DS3231 RTC Library Documentation", |
308 | | - u"Philip Moyer", |
| 307 | + "Adafruit's DS3231 RTC Library Documentation", |
| 308 | + "Philip Moyer", |
309 | 309 | "manual", |
310 | 310 | ), |
311 | 311 | ] |
|
351 | 351 | ( |
352 | 352 | master_doc, |
353 | 353 | "adafruitsds3231rtclibrary", |
354 | | - u"Adafruit's DS3231 RTC Library Documentation", |
| 354 | + "Adafruit's DS3231 RTC Library Documentation", |
355 | 355 | [author], |
356 | 356 | 1, |
357 | 357 | ) |
|
371 | 371 | ( |
372 | 372 | master_doc, |
373 | 373 | "AdafruitsDS3231RTCLibrary", |
374 | | - u"Adafruit's DS3231 RTC Library Documentation", |
| 374 | + "Adafruit's DS3231 RTC Library Documentation", |
375 | 375 | author, |
376 | 376 | "AdafruitsDS3231RTCLibrary", |
377 | 377 | "One line description of project.", |
|
0 commit comments