|
36 | 36 | master_doc = "index"
|
37 | 37 |
|
38 | 38 | # General information about the project.
|
39 |
| -project = u"Adafruit ProgressBar Library" |
40 |
| -copyright = u"2020 Brent Rubell" |
41 |
| -author = u"Brent Rubell" |
| 39 | +project = "Adafruit ProgressBar Library" |
| 40 | +copyright = "2020 Brent Rubell" |
| 41 | +author = "Brent Rubell" |
42 | 42 |
|
43 | 43 | # The version info for the project you're documenting, acts as replacement for
|
44 | 44 | # |version| and |release|, also used in various other places throughout the
|
45 | 45 | # built documents.
|
46 | 46 | #
|
47 | 47 | # The short X.Y version.
|
48 |
| -version = u"1.0" |
| 48 | +version = "1.0" |
49 | 49 | # The full version, including alpha/beta/rc tags.
|
50 |
| -release = u"1.0" |
| 50 | +release = "1.0" |
51 | 51 |
|
52 | 52 | # The language for content autogenerated by Sphinx. Refer to documentation
|
53 | 53 | # for a list of supported languages.
|
|
138 | 138 | (
|
139 | 139 | master_doc,
|
140 | 140 | "AdafruitProgressBarLibrary.tex",
|
141 |
| - u"AdafruitProgressBar Library Documentation", |
| 141 | + "AdafruitProgressBar Library Documentation", |
142 | 142 | author,
|
143 | 143 | "manual",
|
144 | 144 | ),
|
|
152 | 152 | (
|
153 | 153 | master_doc,
|
154 | 154 | "AdafruitProgressBarlibrary",
|
155 |
| - u"Adafruit ProgressBar Library Documentation", |
| 155 | + "Adafruit ProgressBar Library Documentation", |
156 | 156 | [author],
|
157 | 157 | 1,
|
158 | 158 | )
|
|
167 | 167 | (
|
168 | 168 | master_doc,
|
169 | 169 | "AdafruitProgressBarLibrary",
|
170 |
| - u"Adafruit ProgressBar Library Documentation", |
| 170 | + "Adafruit ProgressBar Library Documentation", |
171 | 171 | author,
|
172 | 172 | "AdafruitProgressBarLibrary",
|
173 | 173 | "One line description of project.",
|
|
0 commit comments