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