|
46 | 46 | master_doc = "index"
|
47 | 47 |
|
48 | 48 | # General information about the project.
|
49 |
| -project = u"Adafruit TCA9548A Library" |
50 |
| -copyright = u"2018 Carter Nelson" |
51 |
| -author = u"Carter Nelson" |
| 49 | +project = "Adafruit TCA9548A Library" |
| 50 | +copyright = "2018 Carter Nelson" |
| 51 | +author = "Carter Nelson" |
52 | 52 |
|
53 | 53 | # The version info for the project you're documenting, acts as replacement for
|
54 | 54 | # |version| and |release|, also used in various other places throughout the
|
55 | 55 | # built documents.
|
56 | 56 | #
|
57 | 57 | # The short X.Y version.
|
58 |
| -version = u"1.0" |
| 58 | +version = "1.0" |
59 | 59 | # The full version, including alpha/beta/rc tags.
|
60 |
| -release = u"1.0" |
| 60 | +release = "1.0" |
61 | 61 |
|
62 | 62 | # The language for content autogenerated by Sphinx. Refer to documentation
|
63 | 63 | # for a list of supported languages.
|
|
148 | 148 | (
|
149 | 149 | master_doc,
|
150 | 150 | "AdafruitTCA9548ALibrary.tex",
|
151 |
| - u"AdafruitTCA9548A Library Documentation", |
| 151 | + "AdafruitTCA9548A Library Documentation", |
152 | 152 | author,
|
153 | 153 | "manual",
|
154 | 154 | ),
|
|
162 | 162 | (
|
163 | 163 | master_doc,
|
164 | 164 | "AdafruitTCA9548Alibrary",
|
165 |
| - u"Adafruit TCA9548A Library Documentation", |
| 165 | + "Adafruit TCA9548A Library Documentation", |
166 | 166 | [author],
|
167 | 167 | 1,
|
168 | 168 | )
|
|
177 | 177 | (
|
178 | 178 | master_doc,
|
179 | 179 | "AdafruitTCA9548ALibrary",
|
180 |
| - u"Adafruit TCA9548A Library Documentation", |
| 180 | + "Adafruit TCA9548A Library Documentation", |
181 | 181 | author,
|
182 | 182 | "AdafruitTCA9548ALibrary",
|
183 | 183 | "One line description of project.",
|
|
0 commit comments