aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-08-06 16:44:26 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-08-06 16:44:26 +0200
commit8fb5b5901c4ccb3c279e84c2128715778497536d (patch)
treefd678207fbd9cc952f05abb45dfb9a9e63e46f0c /doc
parentc213d4d2d519c146fe0bbc8dcfe39b78ff93856a (diff)
doc: Fix sphinx configuration file.
Change-Id: Ib1612dfd899b5c1942d55ec4540da263500917da
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 8e9cb54..fcf1490 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -83,7 +83,7 @@ exclude_patterns = ['_build']
# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
-#show_authors = False
+show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
@@ -113,7 +113,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-#html_title = None
+html_title = 'API Documetation'
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
@@ -165,10 +165,10 @@ html_static_path = ['_static']
#html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
-#html_show_sphinx = True
+html_show_sphinx = False
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
-#html_show_copyright = True
+html_show_copyright = True
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
@@ -243,8 +243,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'KernelCIDashboardAPI', u'Kernel CI Dashboard API Documentation',
- u'Linaro Ltd.', 'KernelCIDashboardAPI', 'One line description of project.',
+ ('index', 'KernelCIDashboardAPI', u'API Documentation',
+ u'Linaro Ltd.', 'KernelCIDashboardAPI', 'Kernel CI API',
'Miscellaneous'),
]