docs: Update the name of the projects in generated docs
This commit is contained in:
parent
7c6adaa661
commit
668524b8e1
10
conf.py
10
conf.py
@ -243,7 +243,7 @@ html_last_updated_fmt = '%d %b %Y'
|
|||||||
#html_file_suffix = None
|
#html_file_suffix = None
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'MicroPythondoc'
|
htmlhelp_basename = 'CircuitPythondoc'
|
||||||
|
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
@ -265,7 +265,7 @@ latex_elements = {
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'MicroPython.tex', 'MicroPython Documentation',
|
(master_doc, 'CircuitPython.tex', 'CircuitPython Documentation',
|
||||||
'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
|
'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -295,7 +295,7 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'micropython', 'MicroPython Documentation',
|
('index', 'CircuitPython', 'CircuitPython Documentation',
|
||||||
['Damien P. George, Paul Sokolovsky, and contributors'], 1),
|
['Damien P. George, Paul Sokolovsky, and contributors'], 1),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -309,8 +309,8 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(master_doc, 'MicroPython', 'MicroPython Documentation',
|
(master_doc, 'CircuitPython', 'CircuitPython Documentation',
|
||||||
'Damien P. George, Paul Sokolovsky, and contributors', 'MicroPython', 'One line description of project.',
|
'Damien P. George, Paul Sokolovsky, and contributors', 'CircuitPython', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user