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