update author email and copyright
This commit is contained in:
parent
32fd92e9e2
commit
22cf7b4208
39 changed files with 43 additions and 44 deletions
|
@ -1,4 +1,4 @@
|
|||
Authors
|
||||
=======
|
||||
|
||||
Carl Chenet <chaica@ohmytux.com>
|
||||
Carl Chenet <carl.chenet@ohmytux.com>
|
||||
|
|
|
@ -47,7 +47,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = 'feed2toot'
|
||||
copyright = '2015-2019, Carl Chenet <chaica@ohmytux.com>'
|
||||
copyright = '2015-2020, Carl Chenet <carl.chenet@ohmytux.com>'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@ -200,7 +200,7 @@ latex_elements = {
|
|||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'feed2toot.tex', 'feed2toot Documentation',
|
||||
'Carl Chenet \\textless{}chaica@ohmytux.com.org\\textgreater{}', 'manual'),
|
||||
'Carl Chenet \\textless{}carl.chenet@ohmytux.com.org\\textgreater{}', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
@ -230,7 +230,7 @@ latex_documents = [
|
|||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'feed2toot', 'feed2toot Documentation',
|
||||
['Carl Chenet <chaica@ohmytux.com>'], 1)
|
||||
['Carl Chenet <carl.chenet@ohmytux.com>'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
|
@ -244,7 +244,7 @@ man_pages = [
|
|||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'feed2toot', 'feed2toot Documentation',
|
||||
'Carl Chenet <chaica@ohmytux.com>', 'feed2toot', 'One line description of project.',
|
||||
'Carl Chenet <carl.chenet@ohmytux.com>', 'feed2toot', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue