|
54 | 54 | master_doc = "index" |
55 | 55 |
|
56 | 56 | # General information about the project. |
57 | | -project = u"Adafruit BoardTest Library" |
58 | | -copyright = u"2018 Shawn Hymel" |
59 | | -author = u"Shawn Hymel" |
| 57 | +project = "Adafruit BoardTest Library" |
| 58 | +copyright = "2018 Shawn Hymel" |
| 59 | +author = "Shawn Hymel" |
60 | 60 |
|
61 | 61 | # The version info for the project you're documenting, acts as replacement for |
62 | 62 | # |version| and |release|, also used in various other places throughout the |
63 | 63 | # built documents. |
64 | 64 | # |
65 | 65 | # The short X.Y version. |
66 | | -version = u"1.0" |
| 66 | +version = "1.0" |
67 | 67 | # The full version, including alpha/beta/rc tags. |
68 | | -release = u"1.0" |
| 68 | +release = "1.0" |
69 | 69 |
|
70 | 70 | # The language for content autogenerated by Sphinx. Refer to documentation |
71 | 71 | # for a list of supported languages. |
|
156 | 156 | ( |
157 | 157 | master_doc, |
158 | 158 | "AdafruitBoardTestLibrary.tex", |
159 | | - u"AdafruitBoardTest Library Documentation", |
| 159 | + "AdafruitBoardTest Library Documentation", |
160 | 160 | author, |
161 | 161 | "manual", |
162 | 162 | ), |
|
170 | 170 | ( |
171 | 171 | master_doc, |
172 | 172 | "AdafruitBoardTestlibrary", |
173 | | - u"Adafruit BoardTest Library Documentation", |
| 173 | + "Adafruit BoardTest Library Documentation", |
174 | 174 | [author], |
175 | 175 | 1, |
176 | 176 | ) |
|
185 | 185 | ( |
186 | 186 | master_doc, |
187 | 187 | "AdafruitBoardTestLibrary", |
188 | | - u"Adafruit BoardTest Library Documentation", |
| 188 | + "Adafruit BoardTest Library Documentation", |
189 | 189 | author, |
190 | 190 | "AdafruitBoardTestLibrary", |
191 | 191 | "One line description of project.", |
|
0 commit comments