Skip to content

Commit 668524b

Browse files
committed
docs: Update the name of the projects in generated docs
1 parent 7c6adaa commit 668524b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
#html_file_suffix = None
244244

245245
# Output file base name for HTML help builder.
246-
htmlhelp_basename = 'MicroPythondoc'
246+
htmlhelp_basename = 'CircuitPythondoc'
247247

248248

249249
# -- Options for LaTeX output ---------------------------------------------
@@ -265,7 +265,7 @@
265265
# (source start file, target name, title,
266266
# author, documentclass [howto, manual, or own class]).
267267
latex_documents = [
268-
(master_doc, 'MicroPython.tex', 'MicroPython Documentation',
268+
(master_doc, 'CircuitPython.tex', 'CircuitPython Documentation',
269269
'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
270270
]
271271

@@ -295,7 +295,7 @@
295295
# One entry per manual page. List of tuples
296296
# (source start file, name, description, authors, manual section).
297297
man_pages = [
298-
('index', 'micropython', 'MicroPython Documentation',
298+
('index', 'CircuitPython', 'CircuitPython Documentation',
299299
['Damien P. George, Paul Sokolovsky, and contributors'], 1),
300300
]
301301

@@ -309,8 +309,8 @@
309309
# (source start file, target name, title, author,
310310
# dir menu entry, description, category)
311311
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.',
314314
'Miscellaneous'),
315315
]
316316

0 commit comments

Comments
 (0)