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