|
40 | 40 | master_doc = "index"
|
41 | 41 |
|
42 | 42 | # General information about the project.
|
43 |
| -project = u"Adafruit SSD1306 Library" |
44 |
| -copyright = u"2017 Michael McWethy" |
45 |
| -author = u"Michael McWethy" |
| 43 | +project = "Adafruit SSD1306 Library" |
| 44 | +copyright = "2017 Michael McWethy" |
| 45 | +author = "Michael 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.
|
|
136 | 136 | (
|
137 | 137 | master_doc,
|
138 | 138 | "AdafruitSSD1306Library.tex",
|
139 |
| - u"AdafruitSSD1306 Library Documentation", |
| 139 | + "AdafruitSSD1306 Library Documentation", |
140 | 140 | author,
|
141 | 141 | "manual",
|
142 | 142 | ),
|
|
150 | 150 | (
|
151 | 151 | master_doc,
|
152 | 152 | "AdafruitSSD1306library",
|
153 |
| - u"Adafruit SSD1306 Library Documentation", |
| 153 | + "Adafruit SSD1306 Library Documentation", |
154 | 154 | [author],
|
155 | 155 | 1,
|
156 | 156 | )
|
|
165 | 165 | (
|
166 | 166 | master_doc,
|
167 | 167 | "AdafruitSSD1306Library",
|
168 |
| - u"Adafruit SSD1306 Library Documentation", |
| 168 | + "Adafruit SSD1306 Library Documentation", |
169 | 169 | author,
|
170 | 170 | "AdafruitSSD1306Library",
|
171 | 171 | "One line description of project.",
|
|
0 commit comments