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