|
53 | 53 | master_doc = "index" |
54 | 54 |
|
55 | 55 | # General information about the project. |
56 | | -project = u"Adafruit VCNL4040 Library" |
57 | | -copyright = u"2019 Kattni Rembor" |
58 | | -author = u"Kattni Rembor" |
| 56 | +project = "Adafruit VCNL4040 Library" |
| 57 | +copyright = "2019 Kattni Rembor" |
| 58 | +author = "Kattni Rembor" |
59 | 59 |
|
60 | 60 | # The version info for the project you're documenting, acts as replacement for |
61 | 61 | # |version| and |release|, also used in various other places throughout the |
62 | 62 | # built documents. |
63 | 63 | # |
64 | 64 | # The short X.Y version. |
65 | | -version = u"1.0" |
| 65 | +version = "1.0" |
66 | 66 | # The full version, including alpha/beta/rc tags. |
67 | | -release = u"1.0" |
| 67 | +release = "1.0" |
68 | 68 |
|
69 | 69 | # The language for content autogenerated by Sphinx. Refer to documentation |
70 | 70 | # for a list of supported languages. |
|
155 | 155 | ( |
156 | 156 | master_doc, |
157 | 157 | "AdafruitVCNL4040Library.tex", |
158 | | - u"AdafruitVCNL4040 Library Documentation", |
| 158 | + "AdafruitVCNL4040 Library Documentation", |
159 | 159 | author, |
160 | 160 | "manual", |
161 | 161 | ), |
|
169 | 169 | ( |
170 | 170 | master_doc, |
171 | 171 | "AdafruitVCNL4040library", |
172 | | - u"Adafruit VCNL4040 Library Documentation", |
| 172 | + "Adafruit VCNL4040 Library Documentation", |
173 | 173 | [author], |
174 | 174 | 1, |
175 | 175 | ) |
|
184 | 184 | ( |
185 | 185 | master_doc, |
186 | 186 | "AdafruitVCNL4040Library", |
187 | | - u"Adafruit VCNL4040 Library Documentation", |
| 187 | + "Adafruit VCNL4040 Library Documentation", |
188 | 188 | author, |
189 | 189 | "AdafruitVCNL4040Library", |
190 | 190 | "One line description of project.", |
|
0 commit comments