summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2014-01-21 11:20:16 +0000
committerSimon Holywell <[email protected]>2014-01-21 11:20:16 +0000
commit472123d14eb8785bc54240a8d7a88addb1424d55 (patch)
treeb93f1cc12e2d4a0862506a989ee0982694c8d7ed /docs
parent0545618c84c2eec2ee49db92cfd9864933cb6711 (diff)
Remove Durham and increment copyright year
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1d407d0..87e1792 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Idiorm'
-copyright = u'2013, Jamie Matthews, Simon Holywell, Durham Hale'
+copyright = u'2014, Jamie Matthews and Simon Holywell'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -184,7 +184,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Idiorm.tex', u'Idiorm Documentation',
- u'Jamie Matthews, Simon Holywell, Durham Hale', 'manual'),
+ u'Jamie Matthews and Simon Holywell', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -214,7 +214,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'idiorm', u'Idiorm Documentation',
- [u'Jamie Matthews, Simon Holywell, Durham Hale'], 1)
+ [u'Jamie Matthews and Simon Holywell'], 1)
]
# If true, show URL addresses after external links.
@@ -228,7 +228,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Idiorm', u'Idiorm Documentation',
- u'Jamie Matthews, Simon Holywell, Durham Hale', 'Idiorm', 'One line description of project.',
+ u'Jamie Matthews and Simon Holywell', 'Idiorm', 'One line description of project.',
'Miscellaneous'),
]