|
38 | 38 | master_doc = "index" |
39 | 39 |
|
40 | 40 | # General information about the project. |
41 | | -project = u"Adafruit WS2801 Library" |
42 | | -copyright = u"2018 Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters" |
43 | | -author = u"Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters" |
| 41 | +project = "Adafruit WS2801 Library" |
| 42 | +copyright = "2018 Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters" |
| 43 | +author = "Damien P. George, Limor Fried & Scott Shawcroft, Kevin J Walters" |
44 | 44 |
|
45 | 45 | # The version info for the project you're documenting, acts as replacement for |
46 | 46 | # |version| and |release|, also used in various other places throughout the |
47 | 47 | # built documents. |
48 | 48 | # |
49 | 49 | # The short X.Y version. |
50 | | -version = u"1.0" |
| 50 | +version = "1.0" |
51 | 51 | # The full version, including alpha/beta/rc tags. |
52 | | -release = u"1.0" |
| 52 | +release = "1.0" |
53 | 53 |
|
54 | 54 | # The language for content autogenerated by Sphinx. Refer to documentation |
55 | 55 | # for a list of supported languages. |
|
140 | 140 | ( |
141 | 141 | master_doc, |
142 | 142 | "AdafruitWS2801Library.tex", |
143 | | - u"AdafruitWS2801 Library Documentation", |
| 143 | + "AdafruitWS2801 Library Documentation", |
144 | 144 | author, |
145 | 145 | "manual", |
146 | 146 | ), |
|
154 | 154 | ( |
155 | 155 | master_doc, |
156 | 156 | "AdafruitWS2801library", |
157 | | - u"Adafruit WS2801 Library Documentation", |
| 157 | + "Adafruit WS2801 Library Documentation", |
158 | 158 | [author], |
159 | 159 | 1, |
160 | 160 | ) |
|
169 | 169 | ( |
170 | 170 | master_doc, |
171 | 171 | "AdafruitWS2801Library", |
172 | | - u"Adafruit WS2801 Library Documentation", |
| 172 | + "Adafruit WS2801 Library Documentation", |
173 | 173 | author, |
174 | 174 | "AdafruitWS2801Library", |
175 | 175 | "One line description of project.", |
|
0 commit comments