blob: 582c31a13bddf31463bb194707b69eedcdb08059 [file] [log] [blame]
Anas Nashif06d380c2015-05-13 14:05:30 -04001# -*- coding: utf-8 -*-
2#
Anas Nashif089a10b2015-06-12 10:51:09 -07003# Zephyr documentation build configuration file, created by
Anas Nashif06d380c2015-05-13 14:05:30 -04004# sphinx-quickstart on Fri May 8 11:43:01 2015.
5#
6# This file is execfile()d with the current directory set to its
7# containing dir.
8#
9# Note that not all possible configuration values are present in this
10# autogenerated file.
11#
12# All configuration values have a default; values that are commented out
13# serve to show the default.
14
15import sys
16import os
17import shlex
18
19# If extensions (or modules to document with autodoc) are in another directory,
20# add these directories to sys.path here. If the directory is relative to the
21# documentation root, use os.path.abspath to make it absolute, like shown here.
22#sys.path.insert(0, os.path.abspath('.'))
23
24# -- General configuration ------------------------------------------------
25
26# If your documentation needs a minimal Sphinx version, state it here.
27#needs_sphinx = '1.0'
28
29# Add any Sphinx extension module names here, as strings. They can be
30# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
31# ones.
32extensions = [
Anas Nashif089a10b2015-06-12 10:51:09 -070033 'sphinx.ext.autodoc', 'breathe', 'sphinx.ext.todo'
Anas Nashif06d380c2015-05-13 14:05:30 -040034]
35
36# Add any paths that contain templates here, relative to this directory.
37templates_path = ['_templates']
38
39# The suffix(es) of source filenames.
40# You can specify multiple suffix as a list of string:
41# source_suffix = ['.rst', '.md']
42source_suffix = '.rst'
43
44# The encoding of source files.
45#source_encoding = 'utf-8-sig'
46
47# The master toctree document.
48master_doc = 'index'
49
50# General information about the project.
Anas Nashif089a10b2015-06-12 10:51:09 -070051project = u'Zephyr Project'
Anas Nashif06d380c2015-05-13 14:05:30 -040052copyright = u'2015, many'
53author = u'many'
54
55# The version info for the project you're documenting, acts as replacement for
56# |version| and |release|, also used in various other places throughout the
57# built documents.
58#
59# The short X.Y version.
60version = '1'
61# The full version, including alpha/beta/rc tags.
62release = '1'
63
64# The language for content autogenerated by Sphinx. Refer to documentation
65# for a list of supported languages.
66#
67# This is also used if you do content translation via gettext catalogs.
68# Usually you set "language" from the command line for these cases.
69language = None
70
71# There are two options for replacing |today|: either, you set today to some
72# non-false value, then it is used:
73#today = ''
74# Else, today_fmt is used as the format for a strftime call.
75#today_fmt = '%B %d, %Y'
76
77# List of patterns, relative to source directory, that match files and
78# directories to ignore when looking for source files.
79exclude_patterns = ['_build']
80
81# The reST default role (used for this markup: `text`) to use for all
82# documents.
83#default_role = None
84
85# If true, '()' will be appended to :func: etc. cross-reference text.
86#add_function_parentheses = True
87
88# If true, the current module name will be prepended to all description
89# unit titles (such as .. function::).
90#add_module_names = True
91
92# If true, sectionauthor and moduleauthor directives will be shown in the
93# output. They are ignored by default.
94#show_authors = False
95
96# The name of the Pygments (syntax highlighting) style to use.
97pygments_style = 'sphinx'
98
99# A list of ignored prefixes for module index sorting.
100#modindex_common_prefix = []
101
102# If true, keep warnings as "system message" paragraphs in the built documents.
103#keep_warnings = False
104
105# If true, `todo` and `todoList` produce output, else they produce nothing.
Anas Nashif089a10b2015-06-12 10:51:09 -0700106todo_include_todos = True
107
108rst_epilog = """
109.. include:: /substitutions.rst
110"""
Anas Nashif06d380c2015-05-13 14:05:30 -0400111
Anas Nashif06d380c2015-05-13 14:05:30 -0400112# -- Options for HTML output ----------------------------------------------
113
114# The theme to use for HTML and HTML Help pages. See the documentation for
115# a list of builtin themes.
116#html_theme = 'alabaster'
117html_theme = 'sphinxdoc'
118
119# Theme options are theme-specific and customize the look and feel of a theme
120# further. For a list of options available for each theme, see the
121# documentation.
122#html_theme_options = {}
123
124# Add any paths that contain custom themes here, relative to this directory.
125#html_theme_path = []
126
127# The name for this set of Sphinx documents. If None, it defaults to
128# "<project> v<release> documentation".
129#html_title = None
130
131# A shorter title for the navigation bar. Default is the same as html_title.
132#html_short_title = None
133
134# The name of an image file (relative to this directory) to place at the top
135# of the sidebar.
136#html_logo = None
137
138# The name of an image file (within the static path) to use as favicon of the
139# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
140# pixels large.
141#html_favicon = None
142
143# Add any paths that contain custom static files (such as style sheets) here,
144# relative to this directory. They are copied after the builtin static files,
145# so a file named "default.css" will overwrite the builtin "default.css".
146html_static_path = ['_static']
147
148# Add any extra paths that contain custom files (such as robots.txt or
149# .htaccess) here, relative to this directory. These files are copied
150# directly to the root of the documentation.
151#html_extra_path = []
152
153# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
154# using the given strftime format.
Anas Nashif5d91c932015-05-28 07:43:26 -0400155html_last_updated_fmt = '%b %d, %Y'
Anas Nashif06d380c2015-05-13 14:05:30 -0400156
157# If true, SmartyPants will be used to convert quotes and dashes to
158# typographically correct entities.
159#html_use_smartypants = True
160
161# Custom sidebar templates, maps document names to template names.
162#html_sidebars = {}
163
164# Additional templates that should be rendered to pages, maps page names to
165# template names.
166#html_additional_pages = {}
167
168# If false, no module index is generated.
169#html_domain_indices = True
170
171# If false, no index is generated.
172#html_use_index = True
173
174# If true, the index is split into individual pages for each letter.
175#html_split_index = False
176
177# If true, links to the reST sources are added to the pages.
178#html_show_sourcelink = True
179
180# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
181#html_show_sphinx = True
182
183# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
184#html_show_copyright = True
185
186# If true, an OpenSearch description file will be output, and all pages will
187# contain a <link> tag referring to it. The value of this option must be the
188# base URL from which the finished HTML is served.
189#html_use_opensearch = ''
190
191# This is the file name suffix for HTML files (e.g. ".xhtml").
192#html_file_suffix = None
193
194# Language to be used for generating the HTML full-text search index.
195# Sphinx supports the following languages:
196# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
197# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
198#html_search_language = 'en'
199
200# A dictionary with options for the search language support, empty by default.
201# Now only 'ja' uses this config value
202#html_search_options = {'type': 'default'}
203
204# The name of a javascript file (relative to the configuration directory) that
205# implements a search results scorer. If empty, the default will be used.
206#html_search_scorer = 'scorer.js'
207
208# Output file base name for HTML help builder.
Anas Nashif089a10b2015-06-12 10:51:09 -0700209htmlhelp_basename = 'zephyrdoc'
Anas Nashif06d380c2015-05-13 14:05:30 -0400210
211# -- Options for LaTeX output ---------------------------------------------
212
213latex_elements = {
214# The paper size ('letterpaper' or 'a4paper').
215#'papersize': 'letterpaper',
216
217# The font size ('10pt', '11pt' or '12pt').
218#'pointsize': '10pt',
219
220# Additional stuff for the LaTeX preamble.
221#'preamble': '',
222
223# Latex figure (float) alignment
224#'figure_align': 'htbp',
225}
226
227# Grouping the document tree into LaTeX files. List of tuples
228# (source start file, target name, title,
229# author, documentclass [howto, manual, or own class]).
230latex_documents = [
Anas Nashif089a10b2015-06-12 10:51:09 -0700231 (master_doc, 'zephyr.tex', u'Zephyr Project Documentation',
Anas Nashif06d380c2015-05-13 14:05:30 -0400232 u'many', 'manual'),
233]
234
235# The name of an image file (relative to this directory) to place at the top of
236# the title page.
237#latex_logo = None
238
239# For "manual" documents, if this is true, then toplevel headings are parts,
240# not chapters.
241#latex_use_parts = False
242
243# If true, show page references after internal links.
244#latex_show_pagerefs = False
245
246# If true, show URL addresses after external links.
247#latex_show_urls = False
248
249# Documents to append as an appendix to all manuals.
250#latex_appendices = []
251
252# If false, no module index is generated.
253#latex_domain_indices = True
254
255
256# -- Options for manual page output ---------------------------------------
257
258# One entry per manual page. List of tuples
259# (source start file, name, description, authors, manual section).
260man_pages = [
Anas Nashif089a10b2015-06-12 10:51:09 -0700261 (master_doc, 'zephyr', u'Zephyr Project Documentation',
Anas Nashif06d380c2015-05-13 14:05:30 -0400262 [author], 1)
263]
264
265# If true, show URL addresses after external links.
266#man_show_urls = False
267
268
269# -- Options for Texinfo output -------------------------------------------
270
271# Grouping the document tree into Texinfo files. List of tuples
272# (source start file, target name, title, author,
273# dir menu entry, description, category)
274texinfo_documents = [
Anas Nashif089a10b2015-06-12 10:51:09 -0700275 (master_doc, 'zephyr', u'Zephyr Project Documentation',
276 author, 'Zephyr', 'One line description of project.',
Anas Nashif06d380c2015-05-13 14:05:30 -0400277 'Miscellaneous'),
278]
279
280# Documents to append as an appendix to all manuals.
281#texinfo_appendices = []
282
283# If false, no module index is generated.
284#texinfo_domain_indices = True
285
286# How to display URL addresses: 'footnote', 'no', or 'inline'.
287#texinfo_show_urls = 'footnote'
288
289# If true, do not generate a @detailmenu in the "Top" node's menu.
290#texinfo_no_detailmenu = False
291
Rodrigo Caballeroc394b342015-05-15 11:35:25 -0500292breathe_projects = {
Anas Nashif089a10b2015-06-12 10:51:09 -0700293 "Zephyr": "xml",
Anas Nashif06d380c2015-05-13 14:05:30 -0400294 "doc-examples": "xml"
295}
Anas Nashif089a10b2015-06-12 10:51:09 -0700296breathe_default_project = "Zephyr"