|
32 | 32 | master_doc = "index" |
33 | 33 |
|
34 | 34 | # General information about the project. |
35 | | -project = u"Adafruit CircuitPython NeoPixel Library" |
36 | | -copyright = u"2017 Scott Shawcroft & Damien P. George" |
37 | | -author = u"Scott Shawcroft & Damien P. George" |
| 35 | +project = "Adafruit CircuitPython NeoPixel Library" |
| 36 | +copyright = "2017 Scott Shawcroft & Damien P. George" |
| 37 | +author = "Scott Shawcroft & Damien P. George" |
38 | 38 |
|
39 | 39 | # The version info for the project you're documenting, acts as replacement for |
40 | 40 | # |version| and |release|, also used in various other places throughout the |
41 | 41 | # built documents. |
42 | 42 | # |
43 | 43 | # The short X.Y version. |
44 | | -version = u"1.0" |
| 44 | +version = "1.0" |
45 | 45 | # The full version, including alpha/beta/rc tags. |
46 | | -release = u"1.0" |
| 46 | +release = "1.0" |
47 | 47 |
|
48 | 48 | # The language for content autogenerated by Sphinx. Refer to documentation |
49 | 49 | # for a list of supported languages. |
|
132 | 132 | ( |
133 | 133 | master_doc, |
134 | 134 | "AdafruitNeoPixelLibrary.tex", |
135 | | - u"Adafruit NeoPixel Library Documentation", |
| 135 | + "Adafruit NeoPixel Library Documentation", |
136 | 136 | author, |
137 | 137 | "manual", |
138 | 138 | ), |
|
146 | 146 | ( |
147 | 147 | master_doc, |
148 | 148 | "adafruitneoPixellibrary", |
149 | | - u"Adafruit NeoPixel Library Documentation", |
| 149 | + "Adafruit NeoPixel Library Documentation", |
150 | 150 | [author], |
151 | 151 | 1, |
152 | 152 | ) |
|
161 | 161 | ( |
162 | 162 | master_doc, |
163 | 163 | "AdafruitNeoPixelLibrary", |
164 | | - u"Adafruit NeoPixel Library Documentation", |
| 164 | + "Adafruit NeoPixel Library Documentation", |
165 | 165 | author, |
166 | 166 | "AdafruitNeoPixelLibrary", |
167 | 167 | "One line description of project.", |
|
0 commit comments