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])