|
43 | 43 | master_doc = "index" |
44 | 44 |
|
45 | 45 | # General information about the project. |
46 | | -project = u"Adafruit CIRCUITPYTHON_TSL2561 Library" |
47 | | -copyright = u"2017 Carter Nelson" |
48 | | -author = u"Carter Nelson" |
| 46 | +project = "Adafruit TSL2561 Library" |
| 47 | +copyright = "2017 Carter Nelson" |
| 48 | +author = "Carter Nelson" |
49 | 49 |
|
50 | 50 | # The version info for the project you're documenting, acts as replacement for |
51 | 51 | # |version| and |release|, also used in various other places throughout the |
52 | 52 | # built documents. |
53 | 53 | # |
54 | 54 | # The short X.Y version. |
55 | | -version = u"1.0" |
| 55 | +version = "1.0" |
56 | 56 | # The full version, including alpha/beta/rc tags. |
57 | | -release = u"1.0" |
| 57 | +release = "1.0" |
58 | 58 |
|
59 | 59 | # The language for content autogenerated by Sphinx. Refer to documentation |
60 | 60 | # for a list of supported languages. |
|
118 | 118 | html_favicon = "_static/favicon.ico" |
119 | 119 |
|
120 | 120 | # Output file base name for HTML help builder. |
121 | | -htmlhelp_basename = "AdafruitCIRCUITPYTHON_TSL2561Librarydoc" |
| 121 | +htmlhelp_basename = "AdafruitTSL2561Librarydoc" |
122 | 122 |
|
123 | 123 | # -- Options for LaTeX output --------------------------------------------- |
124 | 124 |
|
|
143 | 143 | latex_documents = [ |
144 | 144 | ( |
145 | 145 | master_doc, |
146 | | - "AdafruitCIRCUITPYTHON_TSL2561Library.tex", |
147 | | - u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation", |
| 146 | + "AdafruitTSL2561Library.tex", |
| 147 | + "Adafruit TSL2561 Library Documentation", |
148 | 148 | author, |
149 | 149 | "manual", |
150 | 150 | ), |
|
157 | 157 | man_pages = [ |
158 | 158 | ( |
159 | 159 | master_doc, |
160 | | - "AdafruitCIRCUITPYTHON_TSL2561library", |
161 | | - u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation", |
| 160 | + "AdafruitTSL2561library", |
| 161 | + "Adafruit TSL2561 Library Documentation", |
162 | 162 | [author], |
163 | 163 | 1, |
164 | 164 | ) |
|
173 | 173 | ( |
174 | 174 | master_doc, |
175 | 175 | "AdafruitCIRCUITPYTHON_TSL2561Library", |
176 | | - u"Adafruit CIRCUITPYTHON_TSL2561 Library Documentation", |
| 176 | + "Adafruit CIRCUITPYTHON_TSL2561 Library Documentation", |
177 | 177 | author, |
178 | 178 | "AdafruitCIRCUITPYTHON_TSL2561Library", |
179 | 179 | "One line description of project.", |
|
0 commit comments