diff options
Diffstat (limited to 'docs/testing/developer/internship/testapi_evolution')
-rw-r--r-- | docs/testing/developer/internship/testapi_evolution/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/developer/internship/testapi_evolution/conf.py b/docs/testing/developer/internship/testapi_evolution/conf.py index cb7224155..f59308c59 100644 --- a/docs/testing/developer/internship/testapi_evolution/conf.py +++ b/docs/testing/developer/internship/testapi_evolution/conf.py @@ -47,8 +47,8 @@ master_doc = 'index' # General information about the project. project = u'TestAPI evolution' -copyright = u'2018, Cédric Ollivier <cedric.ollivier@orange.com>' -author = u'Cédric Ollivier <cedric.ollivier@orange.com>' +copyright = u'2018, Functest <opnfv-tech-discuss@lists.opnfv.org>' +author = u'Functest <opnfv-tech-discuss@lists.opnfv.org>' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -152,7 +152,7 @@ latex_documents = [ (master_doc, 'TestAPIevolution.tex', u'TestAPI evolution Documentation', - u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}', + u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}', 'manual'), ] |