|
41 | 41 | master_doc = "index" |
42 | 42 |
|
43 | 43 | # General information about the project. |
44 | | -project = u"Adafruit APDS9960 Library" |
45 | | -copyright = u"2017 Michael McWethy" |
46 | | -author = u"Michael McWethy" |
| 44 | +project = "Adafruit APDS9960 Library" |
| 45 | +copyright = "2017 Michael McWethy" |
| 46 | +author = "Michael McWethy" |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for |
49 | 49 | # |version| and |release|, also used in various other places throughout the |
50 | 50 | # built documents. |
51 | 51 | # |
52 | 52 | # The short X.Y version. |
53 | | -version = u"1.0" |
| 53 | +version = "1.0" |
54 | 54 | # The full version, including alpha/beta/rc tags. |
55 | | -release = u"1.0" |
| 55 | +release = "1.0" |
56 | 56 |
|
57 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation |
58 | 58 | # for a list of supported languages. |
|
142 | 142 | ( |
143 | 143 | master_doc, |
144 | 144 | "AdafruitAPDS9960Library.tex", |
145 | | - u"AdafruitAPDS9960 Library Documentation", |
| 145 | + "AdafruitAPDS9960 Library Documentation", |
146 | 146 | author, |
147 | 147 | "manual", |
148 | 148 | ), |
|
156 | 156 | ( |
157 | 157 | master_doc, |
158 | 158 | "AdafruitAPDS9960library", |
159 | | - u"Adafruit APDS9960 Library Documentation", |
| 159 | + "Adafruit APDS9960 Library Documentation", |
160 | 160 | [author], |
161 | 161 | 1, |
162 | 162 | ) |
|
171 | 171 | ( |
172 | 172 | master_doc, |
173 | 173 | "AdafruitAPDS9960Library", |
174 | | - u"Adafruit APDS9960 Library Documentation", |
| 174 | + "Adafruit APDS9960 Library Documentation", |
175 | 175 | author, |
176 | 176 | "AdafruitAPDS9960Library", |
177 | 177 | "One line description of project.", |
|
0 commit comments