diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-15 12:35:27 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-15 12:35:27 +0200 |
commit | e521f245ee0575427de49b92506199c6316bb29f (patch) | |
tree | 692a3b64df46bade778a77db01f3e0b6bbc0df56 /docs/testing/user/configguide/conf.py | |
parent | fbcca2f3d396428ff466faf5f9081fd312f03098 (diff) |
Fix emails and copyrights in all conf.py
Change-Id: Idbd735443ec106f14e088c1469701507c28d7545
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/configguide/conf.py')
-rw-r--r-- | docs/testing/user/configguide/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/user/configguide/conf.py b/docs/testing/user/configguide/conf.py index a227d7caa..c0dc12599 100644 --- a/docs/testing/user/configguide/conf.py +++ b/docs/testing/user/configguide/conf.py @@ -47,8 +47,8 @@ master_doc = 'index' # General information about the project. project = u'Functest Installation Guide' -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 @@ -151,7 +151,7 @@ latex_documents = [ (master_doc, 'FunctestInstallationGuide.tex', u'Functest Installation Guide Documentation', - u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}', + u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}', 'manual'), ] |