|
49 | 49 | master_doc = "index" |
50 | 50 |
|
51 | 51 | # General information about the project. |
52 | | -project = "CircuitPython CircuitPython Fake BME280 Library" |
| 52 | +project = "CircuitPython Fake BME280 Library" |
53 | 53 | creation_year = "2024" |
54 | 54 | current_year = str(datetime.datetime.now().year) |
55 | 55 | year_duration = ( |
|
129 | 129 | html_favicon = "_static/favicon.ico" |
130 | 130 |
|
131 | 131 | # Output file base name for HTML help builder. |
132 | | -htmlhelp_basename = "CircuitPython_Circuitpython_fake_bme280_Librarydoc" |
| 132 | +htmlhelp_basename = "Circuitpython_fake_bme280_Librarydoc" |
133 | 133 |
|
134 | 134 | # -- Options for LaTeX output --------------------------------------------- |
135 | 135 |
|
|
150 | 150 | latex_documents = [ |
151 | 151 | ( |
152 | 152 | master_doc, |
153 | | - "CircuitPython_CircuitPython_Fake_BME280_Library.tex", |
154 | | - "CircuitPython CircuitPython Fake BME280 Library Documentation", |
| 153 | + "CircuitPython_Fake_BME280_Library.tex", |
| 154 | + "CircuitPython Fake BME280 Library Documentation", |
155 | 155 | author, |
156 | 156 | "manual", |
157 | 157 | ), |
|
164 | 164 | man_pages = [ |
165 | 165 | ( |
166 | 166 | master_doc, |
167 | | - "CircuitPython_CircuitPython_Fake_BME280_Library", |
168 | | - "CircuitPython CircuitPython Fake BME280 Library Documentation", |
| 167 | + "CircuitPython_Fake_BME280_Library", |
| 168 | + "CircuitPython Fake BME280 Library Documentation", |
169 | 169 | [author], |
170 | 170 | 1, |
171 | 171 | ), |
|
179 | 179 | texinfo_documents = [ |
180 | 180 | ( |
181 | 181 | master_doc, |
182 | | - "CircuitPython_CircuitPython_Fake_BME280_Library", |
183 | | - "CircuitPython CircuitPython Fake BME280 Library Documentation", |
| 182 | + "CircuitPython_Fake_BME280_Library", |
| 183 | + "CircuitPython Fake BME280 Library Documentation", |
184 | 184 | author, |
185 | | - "CircuitPython_CircuitPython_Fake_BME280_Library", |
| 185 | + "CircuitPython_Fake_BME280_Library", |
186 | 186 | "One line description of project.", |
187 | 187 | "Miscellaneous", |
188 | 188 | ), |
|
0 commit comments