|
|
@ -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'), |
|
|
|
] |
|
|
|
|
|
|
|