summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-02-05 12:39:42 -0800
committerGitHub <noreply@github.com>2018-02-05 12:39:42 -0800
commitc33db95066bff0e27c913efd3c922b62d2330a92 (patch)
tree915533a646a37950ea01fa786e5c17277816442f
parentf4018bd6b6ed9519226e8f04069c2825a604f8c7 (diff)
parent668524b8e1cf7194df6c6e653eb6585cc6120360 (diff)
Merge pull request #582 from arturo182/gen_docs_name
docs: Update the name of the projects in generated docs
-rw-r--r--conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf.py b/conf.py
index 42536368f..6021d3872 100644
--- a/conf.py
+++ b/conf.py
@@ -243,7 +243,7 @@ html_last_updated_fmt = '%d %b %Y'
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'MicroPythondoc'
+htmlhelp_basename = 'CircuitPythondoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -265,7 +265,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'MicroPython.tex', 'MicroPython Documentation',
+ (master_doc, 'CircuitPython.tex', 'CircuitPython Documentation',
'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
]
@@ -295,7 +295,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'micropython', 'MicroPython Documentation',
+ ('index', 'CircuitPython', 'CircuitPython Documentation',
['Damien P. George, Paul Sokolovsky, and contributors'], 1),
]
@@ -309,8 +309,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'MicroPython', 'MicroPython Documentation',
- 'Damien P. George, Paul Sokolovsky, and contributors', 'MicroPython', 'One line description of project.',
+ (master_doc, 'CircuitPython', 'CircuitPython Documentation',
+ 'Damien P. George, Paul Sokolovsky, and contributors', 'CircuitPython', 'One line description of project.',
'Miscellaneous'),
]