|
39 | 39 | master_doc = "index" |
40 | 40 |
|
41 | 41 | # General information about the project. |
42 | | -project = u"Adafruit FXOS8700 Library" |
43 | | -copyright = u"2017 Tony DiCola" |
44 | | -author = u"Tony DiCola" |
| 42 | +project = "Adafruit FXOS8700 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. |
|
140 | 140 | ( |
141 | 141 | master_doc, |
142 | 142 | "AdafruitFXOS8700Library.tex", |
143 | | - u"Adafruit FXOS8700 Library Documentation", |
| 143 | + "Adafruit FXOS8700 Library Documentation", |
144 | 144 | author, |
145 | 145 | "manual", |
146 | 146 | ), |
|
154 | 154 | ( |
155 | 155 | master_doc, |
156 | 156 | "adafruitFXOS8700library", |
157 | | - u"Adafruit FXOS8700 Library Documentation", |
| 157 | + "Adafruit FXOS8700 Library Documentation", |
158 | 158 | [author], |
159 | 159 | 1, |
160 | 160 | ) |
|
169 | 169 | ( |
170 | 170 | master_doc, |
171 | 171 | "AdafruitFXOS8700Library", |
172 | | - u"Adafruit FXOS8700 Library Documentation", |
| 172 | + "Adafruit FXOS8700 Library Documentation", |
173 | 173 | author, |
174 | 174 | "AdafruitFXOS8700Library", |
175 | 175 | "One line description of project.", |
|
0 commit comments