aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-15 12:35:27 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-15 12:35:27 +0200
commite521f245ee0575427de49b92506199c6316bb29f (patch)
tree692a3b64df46bade778a77db01f3e0b6bbc0df56 /api
parentfbcca2f3d396428ff466faf5f9081fd312f03098 (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 'api')
-rw-r--r--api/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/conf.py b/api/conf.py
index e9978f6ad..18b33fdda 100644
--- a/api/conf.py
+++ b/api/conf.py
@@ -51,8 +51,8 @@ master_doc = 'index'
# General information about the project.
project = u'OPNFV Functest'
-copyright = u'2017, #opnfv-functest (chat.freenode.net)'
-author = u'#opnfv-functest (chat.freenode.net)'
+copyright = u'2017, 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
@@ -264,7 +264,7 @@ latex_documents = [
(master_doc,
'OPNFVFunctest.tex',
u'OPNFV Functest Documentation',
- u'\\#opnfv-functest (chat.freenode.net)',
+ u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
'manual'),
]