Remove attribution to specific person

This commit is contained in:
David Sanders
2019-03-25 15:14:04 -06:00
parent 2fb32d204d
commit de4bdf9e30
4 changed files with 8 additions and 8 deletions

View File

@ -54,7 +54,7 @@ master_doc = 'index'
# General information about the project.
project = '<PROJECT_NAME>'
copyright = '2018, Jason Carver, Piper Merriam'
copyright = '2019, The Ethereum Foundation'
__version__ = setup_version
# The version info for the project you're documenting, acts as replacement for
@ -210,7 +210,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', '<MODULE_NAME>.tex', '<PROJECT_NAME> Documentation',
'Jason Carver', 'manual'),
'The Ethereum Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -240,7 +240,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', '<MODULE_NAME>', '<PROJECT_NAME> Documentation',
['Jason Carver'], 1)
['The Ethereum Foundation'], 1)
]
# If true, show URL addresses after external links.
@ -254,7 +254,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', '<PROJECT_NAME>', '<PROJECT_NAME> Documentation',
'Jason Carver', '<PROJECT_NAME>', '<SHORT_DESCRIPTION>',
'The Ethereum Foundation', '<PROJECT_NAME>', '<SHORT_DESCRIPTION>',
'Miscellaneous'),
]