|
58 | 58 | master_doc = "index" |
59 | 59 |
|
60 | 60 | # General information about the project. |
61 | | -project = u"Adafruit AMG88xx Library" |
62 | | -copyright = u"2017, Dean Miller for Adafruit Industries" |
63 | | -author = u"Dean Miller" |
| 61 | +project = "Adafruit AMG88xx Library" |
| 62 | +copyright = "2017, Dean Miller for Adafruit Industries" |
| 63 | +author = "Dean Miller" |
64 | 64 |
|
65 | 65 | # The version info for the project you're documenting, acts as replacement for |
66 | 66 | # |version| and |release|, also used in various other places throughout the |
67 | 67 | # built documents. |
68 | 68 | # |
69 | 69 | # The short X.Y version. |
70 | | -version = u"1.0" |
| 70 | +version = "1.0" |
71 | 71 | # The full version, including alpha/beta/rc tags. |
72 | | -release = u"1.0" |
| 72 | +release = "1.0" |
73 | 73 |
|
74 | 74 | # The language for content autogenerated by Sphinx. Refer to documentation |
75 | 75 | # for a list of supported languages. |
|
287 | 287 | ( |
288 | 288 | master_doc, |
289 | 289 | "AdafruitAMG88xxLibrary.tex", |
290 | | - u"Adafruit AMG88xx Library Documentation", |
291 | | - u"Dean Miller", |
| 290 | + "Adafruit AMG88xx Library Documentation", |
| 291 | + "Dean Miller", |
292 | 292 | "manual", |
293 | 293 | ), |
294 | 294 | ] |
|
334 | 334 | ( |
335 | 335 | master_doc, |
336 | 336 | "adafruitAMG88xxLibrary", |
337 | | - u"Adafruit AMG88xx Library Documentation", |
| 337 | + "Adafruit AMG88xx Library Documentation", |
338 | 338 | [author], |
339 | 339 | 1, |
340 | 340 | ) |
|
354 | 354 | ( |
355 | 355 | master_doc, |
356 | 356 | "AdafruitAMG88xxLibrary", |
357 | | - u"Adafruit AMG88xx Library Documentation", |
| 357 | + "Adafruit AMG88xx Library Documentation", |
358 | 358 | author, |
359 | 359 | "AdafruitAMG88xxLibrary", |
360 | 360 | "One line description of project.", |
|
0 commit comments