blob: cbf90f70c6fdda79ff3e449a13cb821d7e063944 [file] [log] [blame]
Rich Bennett22ef0852017-07-19 18:05:55 -04001# -*- coding: utf-8 -*-
2#
3# ONAP documentation build configuration file, created by
4# sphinx-quickstart on Wed Jul 19 16:25:31 2017.
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.
Rich Bennettda7f8a12017-08-08 20:27:58 -040027needs_sphinx = '1.5.3'
Rich Bennett22ef0852017-07-19 18:05:55 -040028
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 = [
33 'sphinx.ext.autodoc',
34 'sphinx.ext.doctest',
35 'sphinx.ext.graphviz',
36 'sphinx.ext.todo',
Rich Bennett9f0875c2017-08-07 21:38:02 -040037 'sphinx.ext.imgmath',
Rich Bennett22ef0852017-07-19 18:05:55 -040038 'sphinx.ext.viewcode',
Rich Bennett1da30462017-08-24 12:11:36 -040039 'sphinxcontrib.blockdiag',
40 'sphinxcontrib.seqdiag'
Rich Bennett22ef0852017-07-19 18:05:55 -040041]
42
43# Add any paths that contain templates here, relative to this directory.
44templates_path = ['_templates']
45
46# The suffix(es) of source filenames.
47# You can specify multiple suffix as a list of string:
48# source_suffix = ['.rst', '.md']
49source_suffix = '.rst'
50
51# The encoding of source files.
52#source_encoding = 'utf-8-sig'
53
54# The master toctree document.
55master_doc = 'index'
56
57# General information about the project.
58project = u'ONAP'
59copyright = u'2017, ONAP Contributors'
60author = u'ONAP Contributors'
61
62# The version info for the project you're documenting, acts as replacement for
63# |version| and |release|, also used in various other places throughout the
64# built documents.
65#
66# The short X.Y version.
Rich Bennett9f0875c2017-08-07 21:38:02 -040067version = 'pre-release alpha'
Rich Bennett22ef0852017-07-19 18:05:55 -040068# The full version, including alpha/beta/rc tags.
Rich Bennett9f0875c2017-08-07 21:38:02 -040069release = 'Amsterdam 0.1 alpha'
Rich Bennett22ef0852017-07-19 18:05:55 -040070
71# The language for content autogenerated by Sphinx. Refer to documentation
72# for a list of supported languages.
73#
74# This is also used if you do content translation via gettext catalogs.
75# Usually you set "language" from the command line for these cases.
76language = None
77
78# There are two options for replacing |today|: either, you set today to some
79# non-false value, then it is used:
80#today = ''
81# Else, today_fmt is used as the format for a strftime call.
82#today_fmt = '%B %d, %Y'
83
84# List of patterns, relative to source directory, that match files and
85# directories to ignore when looking for source files.
Rich Bennettd1f09492017-07-25 19:28:00 -040086exclude_patterns = [
87 '_build',
Rich Bennett976bffd2017-08-15 07:56:32 -040088 'submodules/vnfrqts'
Rich Bennettd1f09492017-07-25 19:28:00 -040089 ]
Rich Bennett22ef0852017-07-19 18:05:55 -040090
91# The reST default role (used for this markup: `text`) to use for all
92# documents.
93#default_role = None
94
95# If true, '()' will be appended to :func: etc. cross-reference text.
96#add_function_parentheses = True
97
98# If true, the current module name will be prepended to all description
99# unit titles (such as .. function::).
100#add_module_names = True
101
102# If true, sectionauthor and moduleauthor directives will be shown in the
103# output. They are ignored by default.
104#show_authors = False
105
106# The name of the Pygments (syntax highlighting) style to use.
107pygments_style = 'sphinx'
108
109# A list of ignored prefixes for module index sorting.
110#modindex_common_prefix = []
111
112# If true, keep warnings as "system message" paragraphs in the built documents.
113#keep_warnings = False
114
115# If true, `todo` and `todoList` produce output, else they produce nothing.
116todo_include_todos = True
117
118
119# -- Options for HTML output ----------------------------------------------
120
121# The theme to use for HTML and HTML Help pages. See the documentation for
122# a list of builtin themes.
123html_theme = 'classic'
124
125# Theme options are theme-specific and customize the look and feel of a theme
126# further. For a list of options available for each theme, see the
127# documentation.
128#html_theme_options = {}
129
130# Add any paths that contain custom themes here, relative to this directory.
131#html_theme_path = []
132
133# The name for this set of Sphinx documents. If None, it defaults to
134# "<project> v<release> documentation".
135#html_title = None
136
137# A shorter title for the navigation bar. Default is the same as html_title.
138#html_short_title = None
139
140# The name of an image file (relative to this directory) to place at the top
141# of the sidebar.
142html_logo = '_static/logo_onap_2017.png'
143
144# The name of an image file (within the static path) to use as favicon of the
145# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
146# pixels large.
147html_favicon = '_static/favicon.ico'
148
149# Add any paths that contain custom static files (such as style sheets) here,
150# relative to this directory. They are copied after the builtin static files,
151# so a file named "default.css" will overwrite the builtin "default.css".
152html_static_path = ['_static']
153
154# Add any extra paths that contain custom files (such as robots.txt or
155# .htaccess) here, relative to this directory. These files are copied
156# directly to the root of the documentation.
157#html_extra_path = []
158
159# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
160# using the given strftime format.
161#html_last_updated_fmt = '%b %d, %Y'
162
163# If true, SmartyPants will be used to convert quotes and dashes to
164# typographically correct entities.
165#html_use_smartypants = True
166
167# Custom sidebar templates, maps document names to template names.
168#html_sidebars = {}
169
170# Additional templates that should be rendered to pages, maps page names to
171# template names.
172#html_additional_pages = {}
173
174# If false, no module index is generated.
175#html_domain_indices = True
176
177# If false, no index is generated.
178#html_use_index = True
179
180# If true, the index is split into individual pages for each letter.
181#html_split_index = False
182
183# If true, links to the reST sources are added to the pages.
184#html_show_sourcelink = True
185
186# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
187#html_show_sphinx = True
188
189# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
190#html_show_copyright = True
191
192# If true, an OpenSearch description file will be output, and all pages will
193# contain a <link> tag referring to it. The value of this option must be the
194# base URL from which the finished HTML is served.
195#html_use_opensearch = ''
196
197# This is the file name suffix for HTML files (e.g. ".xhtml").
198#html_file_suffix = None
199
200# Language to be used for generating the HTML full-text search index.
201# Sphinx supports the following languages:
202# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
203# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
204#html_search_language = 'en'
205
206# A dictionary with options for the search language support, empty by default.
207# Now only 'ja' uses this config value
208#html_search_options = {'type': 'default'}
209
210# The name of a javascript file (relative to the configuration directory) that
211# implements a search results scorer. If empty, the default will be used.
212#html_search_scorer = 'scorer.js'
213
214# Output file base name for HTML help builder.
215htmlhelp_basename = 'ONAPdoc'
216
217# -- Options for LaTeX output ---------------------------------------------
218
219latex_elements = {
220# The paper size ('letterpaper' or 'a4paper').
221#'papersize': 'letterpaper',
222
223# The font size ('10pt', '11pt' or '12pt').
224#'pointsize': '10pt',
225
226# Additional stuff for the LaTeX preamble.
227#'preamble': '',
228
229# Latex figure (float) alignment
230#'figure_align': 'htbp',
231}
232
233# Grouping the document tree into LaTeX files. List of tuples
234# (source start file, target name, title,
235# author, documentclass [howto, manual, or own class]).
236latex_documents = [
237 (master_doc, 'ONAP.tex', u'ONAP Documentation',
238 u'ONAP Contributors', 'manual'),
239]
240
241# The name of an image file (relative to this directory) to place at the top of
242# the title page.
243#latex_logo = None
244
245# For "manual" documents, if this is true, then toplevel headings are parts,
246# not chapters.
247#latex_use_parts = False
248
249# If true, show page references after internal links.
250#latex_show_pagerefs = False
251
252# If true, show URL addresses after external links.
253#latex_show_urls = False
254
255# Documents to append as an appendix to all manuals.
256#latex_appendices = []
257
258# If false, no module index is generated.
259#latex_domain_indices = True
260
261
262# -- Options for manual page output ---------------------------------------
263
264# One entry per manual page. List of tuples
265# (source start file, name, description, authors, manual section).
266man_pages = [
267 (master_doc, 'onap', u'ONAP Documentation',
268 [author], 1)
269]
270
271# If true, show URL addresses after external links.
272#man_show_urls = False
273
274
275# -- Options for Texinfo output -------------------------------------------
276
277# Grouping the document tree into Texinfo files. List of tuples
278# (source start file, target name, title, author,
279# dir menu entry, description, category)
280texinfo_documents = [
281 (master_doc, 'ONAP', u'ONAP Documentation',
282 author, 'ONAP', 'Open Network Automation Platform',
283 'Platform'),
284]
285
286# Documents to append as an appendix to all manuals.
287#texinfo_appendices = []
288
289# If false, no module index is generated.
290#texinfo_domain_indices = True
291
292# How to display URL addresses: 'footnote', 'no', or 'inline'.
293#texinfo_show_urls = 'footnote'
294
295# If true, do not generate a @detailmenu in the "Top" node's menu.
296#texinfo_no_detailmenu = False
297
298
299# -- Options for Epub output ----------------------------------------------
300
301# Bibliographic Dublin Core info.
302epub_title = project
303epub_author = author
304epub_publisher = author
305epub_copyright = copyright
306
307# The basename for the epub file. It defaults to the project name.
308#epub_basename = project
309
310# The HTML theme for the epub output. Since the default themes are not optimized
311# for small screen space, using the same theme for HTML and epub output is
312# usually not wise. This defaults to 'epub', a theme designed to save visual
313# space.
314#epub_theme = 'epub'
315
316# The language of the text. It defaults to the language option
317# or 'en' if the language is not set.
318#epub_language = ''
319
320# The scheme of the identifier. Typical schemes are ISBN or URL.
321#epub_scheme = ''
322
323# The unique identifier of the text. This can be a ISBN number
324# or the project homepage.
325#epub_identifier = ''
326
327# A unique identification for the text.
328#epub_uid = ''
329
330# A tuple containing the cover image and cover page html template filenames.
331#epub_cover = ()
332
333# A sequence of (type, uri, title) tuples for the guide element of content.opf.
334#epub_guide = ()
335
336# HTML files that should be inserted before the pages created by sphinx.
337# The format is a list of tuples containing the path and title.
338#epub_pre_files = []
339
340# HTML files shat should be inserted after the pages created by sphinx.
341# The format is a list of tuples containing the path and title.
342#epub_post_files = []
343
344# A list of files that should not be packed into the epub file.
345epub_exclude_files = ['search.html']
346
347# The depth of the table of contents in toc.ncx.
348#epub_tocdepth = 3
349
350# Allow duplicate toc entries.
351#epub_tocdup = True
352
353# Choose between 'default' and 'includehidden'.
354#epub_tocscope = 'default'
355
356# Fix unsupported image types using the Pillow.
357#epub_fix_images = False
358
359# Scale large images.
360#epub_max_image_width = 0
361
362# How to display URL addresses: 'footnote', 'no', or 'inline'.
363#epub_show_urls = 'inline'
364
365# If false, no index is generated.
366#epub_use_index = True