From daa05eed08622f9183d4b0bd38bb7ec7694ef9ac Mon Sep 17 00:00:00 2001 From: Merlijn Wajer Date: Sun, 3 Jul 2011 20:42:14 +0200 Subject: [PATCH] Simba/Doc: Add Raymond to doc. --- Doc/sphinx/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/sphinx/conf.py b/Doc/sphinx/conf.py index d7dfee6..14cf164 100644 --- a/Doc/sphinx/conf.py +++ b/Doc/sphinx/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Simba' -copyright = u'2010, Merlijn Wajer' +copyright = u'2010, Merlijn Wajer, Raymond van Venetie' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -176,7 +176,7 @@ htmlhelp_basename = 'Simbadoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'Simba.tex', u'Simba Documentation', - u'Merlijn Wajer', 'manual'), + u'Merlijn Wajer, Raymond van Venetie', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of