From d41ed768dc4e9adee5748d3d4d6a8c8678f97173 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Wed, 9 Jan 2019 16:18:52 -0500 Subject: Fix sphinx build issues; add better travis fold reporting; update author info --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf.py') 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'), ] -- cgit v1.2.3