|
60 | 60 | master_doc = "index" |
61 | 61 |
|
62 | 62 | # General information about the project. |
63 | | -project = u"Adafruit PyPortal Library" |
64 | | -copyright = u"2019 Limor Fried" |
65 | | -author = u"Limor Fried" |
| 63 | +project = "Adafruit PyPortal Library" |
| 64 | +copyright = "2019 Limor Fried" |
| 65 | +author = "Limor Fried" |
66 | 66 |
|
67 | 67 | # The version info for the project you're documenting, acts as replacement for |
68 | 68 | # |version| and |release|, also used in various other places throughout the |
69 | 69 | # built documents. |
70 | 70 | # |
71 | 71 | # The short X.Y version. |
72 | | -version = u"1.0" |
| 72 | +version = "1.0" |
73 | 73 | # The full version, including alpha/beta/rc tags. |
74 | | -release = u"1.0" |
| 74 | +release = "1.0" |
75 | 75 |
|
76 | 76 | # The language for content autogenerated by Sphinx. Refer to documentation |
77 | 77 | # for a list of supported languages. |
|
162 | 162 | ( |
163 | 163 | master_doc, |
164 | 164 | "AdafruitPyPortalLibrary.tex", |
165 | | - u"AdafruitPyPortal Library Documentation", |
| 165 | + "AdafruitPyPortal Library Documentation", |
166 | 166 | author, |
167 | 167 | "manual", |
168 | 168 | ), |
|
176 | 176 | ( |
177 | 177 | master_doc, |
178 | 178 | "AdafruitPyPortallibrary", |
179 | | - u"Adafruit PyPortal Library Documentation", |
| 179 | + "Adafruit PyPortal Library Documentation", |
180 | 180 | [author], |
181 | 181 | 1, |
182 | 182 | ) |
|
191 | 191 | ( |
192 | 192 | master_doc, |
193 | 193 | "AdafruitPyPortalLibrary", |
194 | | - u"Adafruit PyPortal Library Documentation", |
| 194 | + "Adafruit PyPortal Library Documentation", |
195 | 195 | author, |
196 | 196 | "AdafruitPyPortalLibrary", |
197 | 197 | "One line description of project.", |
|
0 commit comments