summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-11-20 21:24:25 -0800
committerErik Rose <erik@mozilla.com>2011-11-20 21:24:25 -0800
commitaf4f0fb075053d1ced78af352c1da07e189025c9 (patch)
tree80956ade4838bfa6e2219bf676245a8a105b48b7 /docs
parentd03d43c4c9722b91056283fba44a4945efc41943 (diff)
downloadblessings-af4f0fb075053d1ced78af352c1da07e189025c9.tar.gz
Remedy some old copy-and-paste errors in the Sphinx config.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
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)
]