|
243 | 243 | #html_file_suffix = None
|
244 | 244 |
|
245 | 245 | # Output file base name for HTML help builder.
|
246 |
| -htmlhelp_basename = 'MicroPythondoc' |
| 246 | +htmlhelp_basename = 'CircuitPythondoc' |
247 | 247 |
|
248 | 248 |
|
249 | 249 | # -- Options for LaTeX output ---------------------------------------------
|
|
265 | 265 | # (source start file, target name, title,
|
266 | 266 | # author, documentclass [howto, manual, or own class]).
|
267 | 267 | latex_documents = [
|
268 |
| - (master_doc, 'MicroPython.tex', 'MicroPython Documentation', |
| 268 | + (master_doc, 'CircuitPython.tex', 'CircuitPython Documentation', |
269 | 269 | 'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
|
270 | 270 | ]
|
271 | 271 |
|
|
295 | 295 | # One entry per manual page. List of tuples
|
296 | 296 | # (source start file, name, description, authors, manual section).
|
297 | 297 | man_pages = [
|
298 |
| - ('index', 'micropython', 'MicroPython Documentation', |
| 298 | + ('index', 'CircuitPython', 'CircuitPython Documentation', |
299 | 299 | ['Damien P. George, Paul Sokolovsky, and contributors'], 1),
|
300 | 300 | ]
|
301 | 301 |
|
|
309 | 309 | # (source start file, target name, title, author,
|
310 | 310 | # dir menu entry, description, category)
|
311 | 311 | texinfo_documents = [
|
312 |
| - (master_doc, 'MicroPython', 'MicroPython Documentation', |
313 |
| - 'Damien P. George, Paul Sokolovsky, and contributors', 'MicroPython', 'One line description of project.', |
| 312 | + (master_doc, 'CircuitPython', 'CircuitPython Documentation', |
| 313 | + 'Damien P. George, Paul Sokolovsky, and contributors', 'CircuitPython', 'One line description of project.', |
314 | 314 | 'Miscellaneous'),
|
315 | 315 | ]
|
316 | 316 |
|
|
0 commit comments