|
39 | 39 | master_doc = "index" |
40 | 40 |
|
41 | 41 | # General information about the project. |
42 | | -project = u"Adafruit MMA8451 Library" |
43 | | -copyright = u"2017 Tony DiCola" |
44 | | -author = u"Tony DiCola" |
| 42 | +project = "Adafruit MMA8451 Library" |
| 43 | +copyright = "2017 Tony DiCola" |
| 44 | +author = "Tony DiCola" |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for |
47 | 47 | # |version| and |release|, also used in various other places throughout the |
48 | 48 | # built documents. |
49 | 49 | # |
50 | 50 | # The short X.Y version. |
51 | | -version = u"1.0" |
| 51 | +version = "1.0" |
52 | 52 | # The full version, including alpha/beta/rc tags. |
53 | | -release = u"1.0" |
| 53 | +release = "1.0" |
54 | 54 |
|
55 | 55 | # The language for content autogenerated by Sphinx. Refer to documentation |
56 | 56 | # for a list of supported languages. |
|
134 | 134 | ( |
135 | 135 | master_doc, |
136 | 136 | "AdafruitMMA8451Library.tex", |
137 | | - u"AdafruitMMA8451 Library Documentation", |
| 137 | + "AdafruitMMA8451 Library Documentation", |
138 | 138 | author, |
139 | 139 | "manual", |
140 | 140 | ), |
|
148 | 148 | ( |
149 | 149 | master_doc, |
150 | 150 | "AdafruitMMA8451library", |
151 | | - u"Adafruit MMA8451 Library Documentation", |
| 151 | + "Adafruit MMA8451 Library Documentation", |
152 | 152 | [author], |
153 | 153 | 1, |
154 | 154 | ) |
|
163 | 163 | ( |
164 | 164 | master_doc, |
165 | 165 | "AdafruitMMA8451Library", |
166 | | - u"Adafruit MMA8451 Library Documentation", |
| 166 | + "Adafruit MMA8451 Library Documentation", |
167 | 167 | author, |
168 | 168 | "AdafruitMMA8451Library", |
169 | 169 | "One line description of project.", |
|
0 commit comments