mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix copyright year to date of first publication
This commit is contained in:
parent
d4435ea874
commit
43ec3c4f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue