|
51 | 51 | master_doc = "index" |
52 | 52 |
|
53 | 53 | # General information about the project. |
54 | | -project = u"Adafruit CircuitPlayground Library" |
55 | | -copyright = u"2017 Scott Shawcroft" |
56 | | -author = u"Scott Shawcroft" |
| 54 | +project = "Adafruit CircuitPlayground Library" |
| 55 | +copyright = "2017 Scott Shawcroft" |
| 56 | +author = "Scott Shawcroft" |
57 | 57 |
|
58 | 58 | # The version info for the project you're documenting, acts as replacement for |
59 | 59 | # |version| and |release|, also used in various other places throughout the |
60 | 60 | # built documents. |
61 | 61 | # |
62 | 62 | # The short X.Y version. |
63 | | -version = u"1.0" |
| 63 | +version = "1.0" |
64 | 64 | # The full version, including alpha/beta/rc tags. |
65 | | -release = u"1.0" |
| 65 | +release = "1.0" |
66 | 66 |
|
67 | 67 | # The language for content autogenerated by Sphinx. Refer to documentation |
68 | 68 | # for a list of supported languages. |
|
152 | 152 | ( |
153 | 153 | master_doc, |
154 | 154 | "AdafruitCircuitPlaygroundLibrary.tex", |
155 | | - u"Adafruit CircuitPlayground Library Documentation", |
| 155 | + "Adafruit CircuitPlayground Library Documentation", |
156 | 156 | author, |
157 | 157 | "manual", |
158 | 158 | ), |
|
166 | 166 | ( |
167 | 167 | master_doc, |
168 | 168 | "adafruitCircuitPlaygroundlibrary", |
169 | | - u"Adafruit CircuitPlayground Library Documentation", |
| 169 | + "Adafruit CircuitPlayground Library Documentation", |
170 | 170 | [author], |
171 | 171 | 1, |
172 | 172 | ) |
|
181 | 181 | ( |
182 | 182 | master_doc, |
183 | 183 | "AdafruitCircuitPlaygroundLibrary", |
184 | | - u"Adafruit CircuitPlayground Library Documentation", |
| 184 | + "Adafruit CircuitPlayground Library Documentation", |
185 | 185 | author, |
186 | 186 | "AdafruitCircuitPlaygroundLibrary", |
187 | 187 | "One line description of project.", |
|
0 commit comments