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