|
118 | 118 | html_favicon = "_static/favicon.ico"
|
119 | 119 |
|
120 | 120 | # Output file base name for HTML help builder.
|
121 |
| -htmlhelp_basename = "AdafruitCpythonLibrarydoc" |
| 121 | +htmlhelp_basename = "AdafruitColorsysLibrarydoc" |
122 | 122 |
|
123 | 123 | # -- Options for LaTeX output ---------------------------------------------
|
124 | 124 |
|
|
143 | 143 | latex_documents = [
|
144 | 144 | (
|
145 | 145 | master_doc,
|
146 |
| - "AdafruitCPythonLibrary.tex", |
147 |
| - "AdafruitCPython Library Documentation", |
| 146 | + "AdafruitColorsysLibrary.tex", |
| 147 | + "AdafruitColorsys Library Documentation", |
148 | 148 | author,
|
149 | 149 | "manual",
|
150 | 150 | ),
|
|
157 | 157 | man_pages = [
|
158 | 158 | (
|
159 | 159 | master_doc,
|
160 |
| - "AdafruitCPythonlibrary", |
161 |
| - "Adafruit CPython Library Documentation", |
| 160 | + "AdafruitColorsyslibrary", |
| 161 | + "Adafruit Colorsys Library Documentation", |
162 | 162 | [author],
|
163 | 163 | 1,
|
164 | 164 | )
|
|
172 | 172 | texinfo_documents = [
|
173 | 173 | (
|
174 | 174 | master_doc,
|
175 |
| - "AdafruitCPythonLibrary", |
176 |
| - "Adafruit CPython Library Documentation", |
| 175 | + "AdafruitColorsysLibrary", |
| 176 | + "Adafruit Colorsys Library Documentation", |
177 | 177 | author,
|
178 |
| - "AdafruitCPythonLibrary", |
| 178 | + "AdafruitColorsysLibrary", |
179 | 179 | "One line description of project.",
|
180 | 180 | "Miscellaneous",
|
181 | 181 | ),
|
|
0 commit comments