|
74 | 74 | master_doc = "index" |
75 | 75 |
|
76 | 76 | # General information about the project. |
77 | | -project = u"Adafruit's CCS811 Library" |
78 | | -copyright = u"2016, Dean Miller, Scott Shawcroft" |
79 | | -author = u"Dean Miller, Scott Shawcroft" |
| 77 | +project = "Adafruit's CCS811 Library" |
| 78 | +copyright = "2016, Dean Miller, Scott Shawcroft" |
| 79 | +author = "Dean Miller, Scott Shawcroft" |
80 | 80 |
|
81 | 81 | # The version info for the project you're documenting, acts as replacement for |
82 | 82 | # |version| and |release|, also used in various other places throughout the |
83 | 83 | # built documents. |
84 | 84 | # |
85 | 85 | # The short X.Y version. |
86 | | -version = u"1.0" |
| 86 | +version = "1.0" |
87 | 87 | # The full version, including alpha/beta/rc tags. |
88 | | -release = u"1.0" |
| 88 | +release = "1.0" |
89 | 89 |
|
90 | 90 | # The language for content autogenerated by Sphinx. Refer to documentation |
91 | 91 | # for a list of supported languages. |
|
306 | 306 | ( |
307 | 307 | master_doc, |
308 | 308 | "AdafruitsCCS811Library.tex", |
309 | | - u"Adafruit's CCS811 Library Documentation", |
310 | | - u"Dean Miller, Scott Shawcroft", |
| 309 | + "Adafruit's CCS811 Library Documentation", |
| 310 | + "Dean Miller, Scott Shawcroft", |
311 | 311 | "manual", |
312 | 312 | ), |
313 | 313 | ] |
|
353 | 353 | ( |
354 | 354 | master_doc, |
355 | 355 | "AdafruitsCCS811Library23library", |
356 | | - u"Adafruit's CCS811 Library Documentation", |
| 356 | + "Adafruit's CCS811 Library Documentation", |
357 | 357 | [author], |
358 | 358 | 1, |
359 | 359 | ) |
|
373 | 373 | ( |
374 | 374 | master_doc, |
375 | 375 | "AdafruitsCCS811Library", |
376 | | - u"Adafruit's CCS811 Library Documentation", |
| 376 | + "Adafruit's CCS811 Library Documentation", |
377 | 377 | author, |
378 | 378 | "AdafruitsCCS811Library", |
379 | 379 | "One line description of project.", |
|
0 commit comments