|
39 | 39 | master_doc = "index" |
40 | 40 |
|
41 | 41 | # General information about the project. |
42 | | -project = u"Adafruit BNO055 Library" |
43 | | -copyright = u"2017 Radomir Dopieralski" |
44 | | -author = u"Radomir Dopieralski" |
| 42 | +project = "Adafruit BNO055 Library" |
| 43 | +copyright = "2017 Radomir Dopieralski" |
| 44 | +author = "Radomir Dopieralski" |
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. |
|
141 | 141 | ( |
142 | 142 | master_doc, |
143 | 143 | "AdafruitBNO055Library.tex", |
144 | | - u"Adafruit BNO055 Library Documentation", |
145 | | - u"Radomir Dopieralski", |
| 144 | + "Adafruit BNO055 Library Documentation", |
| 145 | + "Radomir Dopieralski", |
146 | 146 | "manual", |
147 | 147 | ), |
148 | 148 | ] |
|
155 | 155 | ( |
156 | 156 | master_doc, |
157 | 157 | "adafruitBNO055library", |
158 | | - u"Adafruit BNO055 Library Documentation", |
| 158 | + "Adafruit BNO055 Library Documentation", |
159 | 159 | [author], |
160 | 160 | 1, |
161 | 161 | ) |
|
170 | 170 | ( |
171 | 171 | master_doc, |
172 | 172 | "AdafruitBNO055Library", |
173 | | - u"Adafruit BNO055 Library Documentation", |
| 173 | + "Adafruit BNO055 Library Documentation", |
174 | 174 | author, |
175 | 175 | "AdafruitBNO055Library", |
176 | 176 | "One line description of project.", |
|
0 commit comments