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