From af4f0fb075053d1ced78af352c1da07e189025c9 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Sun, 20 Nov 2011 21:24:25 -0800 Subject: Remedy some old copy-and-paste errors in the Sphinx config. --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index a1c2f49..594efc6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Blessings' -copyright = u'2011, The Mozilla Foundation' +copyright = u'2011, Erik Rose' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -181,7 +181,7 @@ htmlhelp_basename = 'blessingsdoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'blessings.tex', u'Blessings Documentation', - u'Erik Rose, Paul Craciunoiu, and the support.mozilla.com team', 'manual'), + u'Erik Rose', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -213,6 +213,6 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'Blessings', u'django-tidings Documentation', + ('index', 'Blessings', u'Blessings Documentation', [u'Erik Rose'], 1) ] -- cgit v1.2.1