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:40:37 +0200 |
commit | 08e65bef2cc9f9104fd75d6253607c4291f8b046 (patch) | |
tree | 0e9a4629dff67dd9147146727a821d12b1561de8 /docs/testing/developer/devguide/conf.py | |
parent | 18278331ef05693d3ecf123bc74f14f6cd07ec13 (diff) |
Fix emails and copyrights in all conf.py
Change-Id: Idbd735443ec106f14e088c1469701507c28d7545
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e521f245ee0575427de49b92506199c6316bb29f)
Diffstat (limited to 'docs/testing/developer/devguide/conf.py')
-rw-r--r-- | docs/testing/developer/devguide/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing/developer/devguide/conf.py b/docs/testing/developer/devguide/conf.py index 1b56ee8e8..28255a69e 100644 --- a/docs/testing/developer/devguide/conf.py +++ b/docs/testing/developer/devguide/conf.py @@ -47,8 +47,8 @@ master_doc = 'index' # General information about the project. project = u'Functest Developer 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, 'FunctestDeveloperGuide.tex', u'Functest Developer Guide Documentation', - u'Cédric Ollivier \\textless{}cedric.ollivier@orange.com\\textgreater{}', + u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}', 'manual'), ] |