From 43ec3c4f7dd188bfa5a9ad430618a7b1fe570ffd Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 19 Jul 2017 13:29:04 -0700 Subject: [PATCH] Fix copyright year to date of first publication --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 81a06e3a..3748fd75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ extensions = ['sphinx.ext.autodoc', source_suffix = '.rst' master_doc = 'index' project = 'Pelican' -copyright = '2015, Alexis Metaireau and contributors' +copyright = '2010, Alexis Metaireau and contributors' exclude_patterns = ['_build'] release = __version__ version = '.'.join(release.split('.')[:1])