From 8501945cb24fb37574025fe5f1d85e18c6940bd6 Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Sat, 19 Jan 2019 03:29:58 -0700 Subject: [PATCH] Update copyright in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bac5d9bf..0e45aaa7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ extensions = ['sphinx.ext.autodoc', source_suffix = '.rst' master_doc = 'index' project = 'Pelican' -copyright = '2010, Alexis Metaireau and contributors' +copyright = '2019, Alexis Metaireau and contributors' exclude_patterns = ['_build'] release = __version__ version = '.'.join(release.split('.')[:1])