From: John Wilkins Date: Mon, 4 Mar 2013 19:48:14 +0000 (-0800) Subject: doc: Updated year in footer. X-Git-Tag: v0.59~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=007c83db1b07767b88fca30158c6abdc3356377d;p=ceph.git doc: Updated year in footer. Signed-off-by: John Wilkins --- diff --git a/doc/conf.py b/doc/conf.py index 8e0db7e2ad01..e2025a7b36c1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,5 +1,5 @@ project = u'Ceph' -copyright = u'2010-2012, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA' +copyright = u'2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA' version = 'dev' release = 'dev' @@ -11,7 +11,7 @@ pygments_style = 'sphinx' html_theme = 'ceph' html_theme_path = ['_themes'] -html_title = "Ceph documentation" +html_title = "Ceph Documentation" html_logo = 'logo.png' html_favicon = 'favicon.ico' html_use_smartypants = True