|
46 | 46 | master_doc = "index" |
47 | 47 |
|
48 | 48 | # General information about the project. |
49 | | -project = u"Adafruit pixie Library" |
50 | | -copyright = u"2018 Limor Fried" |
51 | | -author = u"Limor Fried" |
| 49 | +project = "Adafruit Pixie Library" |
| 50 | +copyright = "2018 Limor Fried" |
| 51 | +author = "Limor Fried" |
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. |
|
147 | 147 | latex_documents = [ |
148 | 148 | ( |
149 | 149 | master_doc, |
150 | | - "AdafruitpixieLibrary.tex", |
151 | | - u"Adafruitpixie Library Documentation", |
| 150 | + "AdafruitPixieLibrary.tex", |
| 151 | + "Adafruit Pixie Library Documentation", |
152 | 152 | author, |
153 | 153 | "manual", |
154 | 154 | ), |
|
161 | 161 | man_pages = [ |
162 | 162 | ( |
163 | 163 | master_doc, |
164 | | - "Adafruitpixielibrary", |
165 | | - u"Adafruit pixie Library Documentation", |
| 164 | + "AdafruitPixielibrary", |
| 165 | + "Adafruit Pixie Library Documentation", |
166 | 166 | [author], |
167 | 167 | 1, |
168 | 168 | ) |
|
176 | 176 | texinfo_documents = [ |
177 | 177 | ( |
178 | 178 | master_doc, |
179 | | - "AdafruitpixieLibrary", |
180 | | - u"Adafruit pixie Library Documentation", |
| 179 | + "AdafruitPixieLibrary", |
| 180 | + "Adafruit Pixie Library Documentation", |
181 | 181 | author, |
182 | | - "AdafruitpixieLibrary", |
| 182 | + "AdafruitPixieLibrary", |
183 | 183 | "One line description of project.", |
184 | 184 | "Miscellaneous", |
185 | 185 | ), |
|
0 commit comments