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