mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update documentation copyright & attribution info
This commit is contained in:
parent
a9a651ce4d
commit
e06934a003
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ extensions = ['sphinx.ext.autodoc',
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
project = 'Pelican'
|
project = 'Pelican'
|
||||||
copyright = '2010 – present, Alexis Metaireau and contributors'
|
copyright = '2010 – present, Justin Mayer, Alexis Metaireau, and contributors'
|
||||||
exclude_patterns = ['_build']
|
exclude_patterns = ['_build']
|
||||||
release = __version__
|
release = __version__
|
||||||
version = '.'.join(release.split('.')[:1])
|
version = '.'.join(release.split('.')[:1])
|
||||||
|
|
@ -68,14 +68,14 @@ def setup(app):
|
||||||
|
|
||||||
# -- Options for LaTeX output -------------------------------------------------
|
# -- Options for LaTeX output -------------------------------------------------
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'Pelican.tex', 'Pelican Documentation', 'Alexis Métaireau',
|
('index', 'Pelican.tex', 'Pelican Documentation', 'Justin Mayer',
|
||||||
'manual'),
|
'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# -- Options for manual page output -------------------------------------------
|
# -- Options for manual page output -------------------------------------------
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'pelican', 'pelican documentation',
|
('index', 'pelican', 'pelican documentation',
|
||||||
['Alexis Métaireau'], 1),
|
['Justin Mayer'], 1),
|
||||||
('pelican-themes', 'pelican-themes', 'A theme manager for Pelican',
|
('pelican-themes', 'pelican-themes', 'A theme manager for Pelican',
|
||||||
['Mickaël Raybaud'], 1),
|
['Mickaël Raybaud'], 1),
|
||||||
('themes', 'pelican-theming', 'How to create themes for Pelican',
|
('themes', 'pelican-theming', 'How to create themes for Pelican',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue