aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/conf.py b/doc/conf.py
index c1e1a10..18a879d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,8 +49,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Status Armcloud API '
-copyright = u'2014, Linaro Ltd.'
+project = u'Kernel CI API '
+copyright = u'2014-2015, Linaro Ltd.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -206,7 +206,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'StatusArmcloudAPI.tex', u'API Documentation',
+ ('index', 'KernelCIAPI.tex', u'API Documentation',
u'Linaro Ltd.', 'manual'),
]
@@ -236,7 +236,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'statusarmcloudapi', u'API Documentation',
+ ('index', 'kernelciapi', u'API Documentation',
[u'Linaro Ltd.'], 1)
]
@@ -250,8 +250,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'StatusArmcloudAPI', u'API Documentation',
- u'Linaro Ltd.', 'StatusArmcloudAPI', 'Kernel CI API',
+ ('index', 'Kernel CI API', u'API Documentation',
+ u'Linaro Ltd.', 'Kernel CI API', 'Kernel CI API',
'Miscellaneous'),
]
@@ -271,10 +271,10 @@ texinfo_documents = [
# -- Options for Epub output ----------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = u'Status Armcloud API'
+epub_title = u'Kernel CI API'
epub_author = u'Linaro Ltd.'
epub_publisher = u'Linaro Ltd.'
-epub_copyright = u'2014, Linaro Ltd.'
+epub_copyright = u'2014-2015, Linaro Ltd.'
# The basename for the epub file. It defaults to the project name.
#epub_basename = u'Kernel CI Dashboard API'