From 22bd63bf7cc89d8133cb45b0cf27a63867dbedb3 Mon Sep 17 00:00:00 2001 From: Ole Nielsen Date: Mon, 27 Feb 2012 10:43:56 +0700 Subject: [PATCH] Fixed name bug --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f9f57b8090..f1a1d49f60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ # General information about the project. project = u'Risk-In-A-Box' -copyright = u'2012, Ole Moller' +copyright = u'2012, BNPB/AIFDR/GFDRR' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -238,7 +238,7 @@ # dir menu entry, description, category) texinfo_documents = [ ('index', 'Risk-In-A-Box', u'Risk-In-A-Box Documentation', - u'Ole Moller', 'Risk-In-A-Box', 'One line description of project.', + u'Ole Nielsen', 'Risk-In-A-Box', 'One line description of project.', 'Miscellaneous'), ]