From bf7966183a1931e1a906525566b75f93723d1419 Mon Sep 17 00:00:00 2001 From: Shrayas Date: Mon, 12 Jan 2015 09:14:09 +0530 Subject: [PATCH] Changing dates in copyright information --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d4efcb38..4ec0f832 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.ifconfig', 'sphinx.ext.extlinks' source_suffix = '.rst' master_doc = 'index' project = 'Pelican' -copyright = '2014, Alexis Metaireau and contributors' +copyright = '2015, Alexis Metaireau and contributors' exclude_patterns = ['_build'] release = __version__ version = '.'.join(release.split('.')[:1])