diff options
author | Justin Mayer <entroP@gmail.com> | 2020-04-12 06:07:37 +0200 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2020-04-12 06:07:37 +0200 |
commit | e06934a003e0514e35ea2b4914157d733c3554ed (patch) | |
tree | 1dd041bd193923f0eb85224603f3d922a59172bb | |
parent | a9a651ce4d58f8fe6119e43a9a8383a1ea7b240f (diff) | |
download | pelican-e06934a003e0514e35ea2b4914157d733c3554ed.tar.gz |
Update documentation copyright & attribution info
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index f0589b84..2be4fbe1 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 = '2010 – present, Alexis Metaireau and contributors' +copyright = '2010 – present, Justin Mayer, Alexis Metaireau, and contributors' exclude_patterns = ['_build'] release = __version__ version = '.'.join(release.split('.')[:1]) @@ -68,14 +68,14 @@ def setup(app): # -- Options for LaTeX output ------------------------------------------------- latex_documents = [ - ('index', 'Pelican.tex', 'Pelican Documentation', 'Alexis Métaireau', + ('index', 'Pelican.tex', 'Pelican Documentation', 'Justin Mayer', 'manual'), ] # -- Options for manual page output ------------------------------------------- man_pages = [ ('index', 'pelican', 'pelican documentation', - ['Alexis Métaireau'], 1), + ['Justin Mayer'], 1), ('pelican-themes', 'pelican-themes', 'A theme manager for Pelican', ['Mickaël Raybaud'], 1), ('themes', 'pelican-theming', 'How to create themes for Pelican', |