|
41 | 41 | master_doc = "index" |
42 | 42 |
|
43 | 43 | # General information about the project. |
44 | | -project = u"Adafruit mlx90614 Library" |
45 | | -copyright = u"2018 Mikey Sklar" |
46 | | -author = u"Mikey Sklar" |
| 44 | +project = "Adafruit MLX90614 Library" |
| 45 | +copyright = "2018 Mikey Sklar" |
| 46 | +author = "Mikey Sklar" |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for |
49 | 49 | # |version| and |release|, also used in various other places throughout the |
50 | 50 | # built documents. |
51 | 51 | # |
52 | 52 | # The short X.Y version. |
53 | | -version = u"1.0" |
| 53 | +version = "1.0" |
54 | 54 | # The full version, including alpha/beta/rc tags. |
55 | | -release = u"1.0" |
| 55 | +release = "1.0" |
56 | 56 |
|
57 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation |
58 | 58 | # for a list of supported languages. |
|
117 | 117 | html_favicon = "_static/favicon.ico" |
118 | 118 |
|
119 | 119 | # Output file base name for HTML help builder. |
120 | | -htmlhelp_basename = "AdafruitMlx90614Librarydoc" |
| 120 | +htmlhelp_basename = "AdafruitMLX90614Librarydoc" |
121 | 121 |
|
122 | 122 | # -- Options for LaTeX output --------------------------------------------- |
123 | 123 |
|
|
142 | 142 | latex_documents = [ |
143 | 143 | ( |
144 | 144 | master_doc, |
145 | | - "Adafruitmlx90614Library.tex", |
146 | | - u"Adafruitmlx90614 Library Documentation", |
| 145 | + "AdafruitMLX90614Library.tex", |
| 146 | + "Adafruit MLX90614 Library Documentation", |
147 | 147 | author, |
148 | 148 | "manual", |
149 | 149 | ), |
|
156 | 156 | man_pages = [ |
157 | 157 | ( |
158 | 158 | master_doc, |
159 | | - "Adafruitmlx90614library", |
160 | | - u"Adafruit mlx90614 Library Documentation", |
| 159 | + "AdafruitMLX90614library", |
| 160 | + "Adafruit MLX90614 Library Documentation", |
161 | 161 | [author], |
162 | 162 | 1, |
163 | 163 | ) |
|
171 | 171 | texinfo_documents = [ |
172 | 172 | ( |
173 | 173 | master_doc, |
174 | | - "Adafruitmlx90614Library", |
175 | | - u"Adafruit mlx90614 Library Documentation", |
| 174 | + "AdafruitMLX90614Library", |
| 175 | + "Adafruit MLX90614 Library Documentation", |
176 | 176 | author, |
177 | | - "Adafruitmlx90614Library", |
| 177 | + "AdafruitMLX90614Library", |
178 | 178 | "One line description of project.", |
179 | 179 | "Miscellaneous", |
180 | 180 | ), |
|
0 commit comments