Merge "Add concurrency parameter to refstack_defcore tests"
[functest.git] / api / conf.py
index b5adb4c..18b33fd 100644 (file)
@@ -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
@@ -155,7 +155,7 @@ html_theme = 'sphinx_rtd_theme'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+# html_static_path = []
 
 # Add any extra paths that contain custom files (such as robots.txt or
 # .htaccess) here, relative to this directory. These files are copied
@@ -261,8 +261,11 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'OPNFVFunctest.tex', u'OPNFV Functest Documentation',
-     u'\\#opnfv-functest (chat.freenode.net)', 'manual'),
+    (master_doc,
+     'OPNFVFunctest.tex',
+     u'OPNFV Functest Documentation',
+     u'Functest \\textless{}opnfv-tech-discuss@lists.opnfv.org\\textgreater{}',
+     'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -303,7 +306,9 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'opnfvfunctest', u'OPNFV Functest Documentation',
+    (master_doc,
+     'opnfvfunctest',
+     u'OPNFV Functest Documentation',
      [author], 1)
 ]
 
@@ -318,8 +323,12 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'OPNFVFunctest', u'OPNFV Functest Documentation',
-     author, 'OPNFVFunctest', 'One line description of project.',
+    (master_doc,
+     'OPNFVFunctest',
+     u'OPNFV Functest Documentation',
+     author,
+     'OPNFVFunctest',
+     'One line description of project.',
      'Miscellaneous'),
 ]