blob: a346f0136aa07f84f0b000be100c1be024da400d [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001# -*- coding: utf-8 -*-
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6# http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11# implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Glance Release Notes documentation build configuration file, created by
16# sphinx-quickstart on Tue Nov 3 17:40:50 2015.
17#
18# This file is execfile()d with the current directory set to its
19# containing dir.
20#
21# Note that not all possible configuration values are present in this
22# autogenerated file.
23#
24# All configuration values have a default; values that are commented out
25# serve to show the default.
26
27# If extensions (or modules to document with autodoc) are in another directory,
28# add these directories to sys.path here. If the directory is relative to the
29# documentation root, use os.path.abspath to make it absolute, like shown here.
30# sys.path.insert(0, os.path.abspath('.'))
31
32# -- General configuration ------------------------------------------------
33
34# If your documentation needs a minimal Sphinx version, state it here.
35# needs_sphinx = '1.0'
36
37# Add any Sphinx extension module names here, as strings. They can be
38# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
39# ones.
40extensions = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -070041 'openstackdocstheme',
Michael Johnson34139b02017-03-15 10:31:10 -070042 'reno.sphinxext',
43]
44
Michael Johnsonbdf01df2019-04-01 13:42:19 -070045# openstackdocstheme options
46repository_name = 'openstack/octavia-tempest-plugin'
47use_storyboard = True
48
Michael Johnson34139b02017-03-15 10:31:10 -070049# Add any paths that contain templates here, relative to this directory.
50templates_path = ['_templates']
51
52# The suffix of source filenames.
53source_suffix = '.rst'
54
55# The encoding of source files.
56# source_encoding = 'utf-8-sig'
57
58# The master toctree document.
59master_doc = 'index'
60
61# General information about the project.
62project = u'octavia_tempest_plugin Release Notes'
63copyright = u'2016, OpenStack Foundation'
64
65# The version info for the project you're documenting, acts as replacement for
66# |version| and |release|, also used in various other places throughout the
67# built documents.
68#
69# The short X.Y version.
70# The full version, including alpha/beta/rc tags.
71release = ''
72# The short X.Y version.
73version = ''
74
75# The language for content autogenerated by Sphinx. Refer to documentation
76# for a list of supported languages.
77# language = None
78
79# There are two options for replacing |today|: either, you set today to some
80# non-false value, then it is used:
81# today = ''
82# Else, today_fmt is used as the format for a strftime call.
83# today_fmt = '%B %d, %Y'
84
85# List of patterns, relative to source directory, that match files and
86# directories to ignore when looking for source files.
87exclude_patterns = []
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.
105pygments_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
114# -- Options for HTML output ----------------------------------------------
115
116# The theme to use for HTML and HTML Help pages. See the documentation for
117# a list of builtin themes.
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700118html_theme = 'openstackdocs'
Michael Johnson34139b02017-03-15 10:31:10 -0700119
120# Theme options are theme-specific and customize the look and feel of a theme
121# further. For a list of options available for each theme, see the
122# documentation.
123# html_theme_options = {}
124
125# Add any paths that contain custom themes here, relative to this directory.
126# html_theme_path = []
127
128# The name for this set of Sphinx documents. If None, it defaults to
129# "<project> v<release> documentation".
130# html_title = None
131
132# A shorter title for the navigation bar. Default is the same as html_title.
133# html_short_title = None
134
135# The name of an image file (relative to this directory) to place at the top
136# of the sidebar.
137# html_logo = None
138
139# The name of an image file (within the static path) to use as favicon of the
140# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
141# pixels large.
142# html_favicon = None
143
144# Add any paths that contain custom static files (such as style sheets) here,
145# relative to this directory. They are copied after the builtin static files,
146# so a file named "default.css" will overwrite the builtin "default.css".
147html_static_path = ['_static']
148
149# Add any extra paths that contain custom files (such as robots.txt or
150# .htaccess) here, relative to this directory. These files are copied
151# directly to the root of the documentation.
152# html_extra_path = []
153
154# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
155# using the given strftime format.
156# html_last_updated_fmt = '%b %d, %Y'
157
158# If true, SmartyPants will be used to convert quotes and dashes to
159# typographically correct entities.
160# html_use_smartypants = True
161
162# Custom sidebar templates, maps document names to template names.
163# html_sidebars = {}
164
165# Additional templates that should be rendered to pages, maps page names to
166# template names.
167# html_additional_pages = {}
168
169# If false, no module index is generated.
170# html_domain_indices = True
171
172# If false, no index is generated.
173# html_use_index = True
174
175# If true, the index is split into individual pages for each letter.
176# html_split_index = False
177
178# If true, links to the reST sources are added to the pages.
179# html_show_sourcelink = True
180
181# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
182# html_show_sphinx = True
183
184# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
185# html_show_copyright = True
186
187# If true, an OpenSearch description file will be output, and all pages will
188# contain a <link> tag referring to it. The value of this option must be the
189# base URL from which the finished HTML is served.
190# html_use_opensearch = ''
191
192# This is the file name suffix for HTML files (e.g. ".xhtml").
193# html_file_suffix = None
194
195# Output file base name for HTML help builder.
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700196htmlhelp_basename = 'OctaviaTempestPluginReleaseNotesdoc'
Michael Johnson34139b02017-03-15 10:31:10 -0700197
198
199# -- Options for LaTeX output ---------------------------------------------
200
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700201# latex_elements = {
202# # The paper size ('letterpaper' or 'a4paper').
203# # 'papersize': 'letterpaper',
204#
205# # The font size ('10pt', '11pt' or '12pt').
206# # 'pointsize': '10pt',
207#
208# # Additional stuff for the LaTeX preamble.
209# # 'preamble': '',
210# }
Michael Johnson34139b02017-03-15 10:31:10 -0700211
212# Grouping the document tree into LaTeX files. List of tuples
213# (source start file, target name, title,
214# author, documentclass [howto, manual, or own class]).
215latex_documents = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700216 ('index', 'OctaviaTempestPluginReleaseNotes.tex',
217 u'Octavia Tempest Plugin Release Notes Documentation',
218 u'Octavia Developers', 'manual'),
Michael Johnson34139b02017-03-15 10:31:10 -0700219]
220
221# The name of an image file (relative to this directory) to place at the top of
222# the title page.
223# latex_logo = None
224
225# For "manual" documents, if this is true, then toplevel headings are parts,
226# not chapters.
227# latex_use_parts = False
228
229# If true, show page references after internal links.
230# latex_show_pagerefs = False
231
232# If true, show URL addresses after external links.
233# latex_show_urls = False
234
235# Documents to append as an appendix to all manuals.
236# latex_appendices = []
237
238# If false, no module index is generated.
239# latex_domain_indices = True
240
241
242# -- Options for manual page output ---------------------------------------
243
244# One entry per manual page. List of tuples
245# (source start file, name, description, authors, manual section).
246man_pages = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700247 ('index', 'octaviatempestpluginreleasenotes',
248 u'Octavia Tempest Plugin Release Notes Documentation',
249 [u'Octavia Developers'], 1)
Michael Johnson34139b02017-03-15 10:31:10 -0700250]
251
252# If true, show URL addresses after external links.
253# man_show_urls = False
254
255
256# -- Options for Texinfo output -------------------------------------------
257
258# Grouping the document tree into Texinfo files. List of tuples
259# (source start file, target name, title, author,
260# dir menu entry, description, category)
261texinfo_documents = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700262 ('index', 'OctaviaTempestPluginReleaseNotes',
263 u'Octavia Tempest Plugin Release Notes Documentation',
264 u'Octavia Developers', 'OctaviaTempestPluginReleaseNotes',
265 'Octavia Load Balancing as a Service for OpenStack.',
Michael Johnson34139b02017-03-15 10:31:10 -0700266 'Miscellaneous'),
267]
268
269# Documents to append as an appendix to all manuals.
270# texinfo_appendices = []
271
272# If false, no module index is generated.
273# texinfo_domain_indices = True
274
275# How to display URL addresses: 'footnote', 'no', or 'inline'.
276# texinfo_show_urls = 'footnote'
277
278# If true, do not generate a @detailmenu in the "Top" node's menu.
279# texinfo_no_detailmenu = False
280
281# -- Options for Internationalization output ------------------------------
282locale_dirs = ['locale/']