|
46 | 46 | master_doc = "index" |
47 | 47 |
|
48 | 48 | # General information about the project. |
49 | | -project = u"Adafruit BD3491FS Library" |
50 | | -copyright = u"2019 Bryan Siepert" |
51 | | -author = u"Bryan Siepert" |
| 49 | +project = "Adafruit BD3491FS Library" |
| 50 | +copyright = "2019 Bryan Siepert" |
| 51 | +author = "Bryan Siepert" |
52 | 52 |
|
53 | 53 | # The version info for the project you're documenting, acts as replacement for |
54 | 54 | # |version| and |release|, also used in various other places throughout the |
55 | 55 | # built documents. |
56 | 56 | # |
57 | 57 | # The short X.Y version. |
58 | | -version = u"1.0" |
| 58 | +version = "1.0" |
59 | 59 | # The full version, including alpha/beta/rc tags. |
60 | | -release = u"1.0" |
| 60 | +release = "1.0" |
61 | 61 |
|
62 | 62 | # The language for content autogenerated by Sphinx. Refer to documentation |
63 | 63 | # for a list of supported languages. |
|
148 | 148 | ( |
149 | 149 | master_doc, |
150 | 150 | "AdafruitBD3491FSLibrary.tex", |
151 | | - u"AdafruitBD3491FS Library Documentation", |
| 151 | + "AdafruitBD3491FS Library Documentation", |
152 | 152 | author, |
153 | 153 | "manual", |
154 | 154 | ), |
|
162 | 162 | ( |
163 | 163 | master_doc, |
164 | 164 | "AdafruitBD3491FSlibrary", |
165 | | - u"Adafruit BD3491FS Library Documentation", |
| 165 | + "Adafruit BD3491FS Library Documentation", |
166 | 166 | [author], |
167 | 167 | 1, |
168 | 168 | ) |
|
177 | 177 | ( |
178 | 178 | master_doc, |
179 | 179 | "AdafruitBD3491FSLibrary", |
180 | | - u"Adafruit BD3491FS Library Documentation", |
| 180 | + "Adafruit BD3491FS Library Documentation", |
181 | 181 | author, |
182 | 182 | "AdafruitBD3491FSLibrary", |
183 | 183 | "One line description of project.", |
|
0 commit comments