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