summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-01-09 16:18:52 -0500
committerDan Halbert <halbert@halwitz.org>2019-01-09 16:22:19 -0500
commitd41ed768dc4e9adee5748d3d4d6a8c8678f97173 (patch)
tree8e6660c17654b886eab0db1f09e1f38df2dc8ba2 /conf.py
parent172311fad896fdb0780bdd6597b0b6d4d8bdadd3 (diff)
Fix sphinx build issues; add better travis fold reporting; update author info
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index dcfaa2678..4da3c2686 100644
--- a/conf.py
+++ b/conf.py
@@ -284,7 +284,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'CircuitPython.tex', 'CircuitPython Documentation',
- 'Damien P. George, Paul Sokolovsky, and contributors', 'manual'),
+ 'CircuitPython Contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -314,7 +314,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'CircuitPython', 'CircuitPython Documentation',
- ['Damien P. George, Paul Sokolovsky, and contributors'], 1),
+ ['CircuitPython contributors'], 1),
]
# If true, show URL addresses after external links.
@@ -328,7 +328,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'CircuitPython', 'CircuitPython Documentation',
- 'Damien P. George, Paul Sokolovsky, and contributors', 'CircuitPython', 'One line description of project.',
+ 'CircuitPython contributors', 'CircuitPython', 'Python for Microcontrollers.',
'Miscellaneous'),
]