|
39 | 39 | master_doc = "index"
|
40 | 40 |
|
41 | 41 | # General information about the project.
|
42 |
| -project = u"Adafruit CircuitPython Bundle" |
43 |
| -copyright = u"2019 Adafruit" |
44 |
| -author = u"Adabot" |
| 42 | +project = "Adafruit CircuitPython Bundle" |
| 43 | +copyright = "2019 Adafruit" |
| 44 | +author = "Adabot" |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for
|
47 | 47 | # |version| and |release|, also used in various other places throughout the
|
48 | 48 | # built documents.
|
49 | 49 | #
|
50 | 50 | # The short X.Y version.
|
51 |
| -version = u"1.0" |
| 51 | +version = "1.0" |
52 | 52 | # The full version, including alpha/beta/rc tags.
|
53 |
| -release = u"1.0" |
| 53 | +release = "1.0" |
54 | 54 |
|
55 | 55 | # The language for content autogenerated by Sphinx. Refer to documentation
|
56 | 56 | # for a list of supported languages.
|
|
141 | 141 | (
|
142 | 142 | master_doc,
|
143 | 143 | "AdafruitBundleLibrary.tex",
|
144 |
| - u"AdafruitBundle Documentation", |
| 144 | + "AdafruitBundle Documentation", |
145 | 145 | author,
|
146 | 146 | "manual",
|
147 | 147 | ),
|
|
152 | 152 | # One entry per manual page. List of tuples
|
153 | 153 | # (source start file, name, description, authors, manual section).
|
154 | 154 | man_pages = [
|
155 |
| - (master_doc, "AdafruitBundlelibrary", u"Adafruit Bundle Documentation", [author], 1) |
| 155 | + (master_doc, "AdafruitBundlelibrary", "Adafruit Bundle Documentation", [author], 1) |
156 | 156 | ]
|
157 | 157 |
|
158 | 158 | # -- Options for Texinfo output -------------------------------------------
|
|
164 | 164 | (
|
165 | 165 | master_doc,
|
166 | 166 | "AdafruitBundleLibrary",
|
167 |
| - u"Adafruit Bundle Documentation", |
| 167 | + "Adafruit Bundle Documentation", |
168 | 168 | author,
|
169 | 169 | "AdafruitBundleLibrary",
|
170 | 170 | "One line description of project.",
|
|
0 commit comments