blob: 8437073b6240e7e9e13ccd8901b43b29e1d8bb07 [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
Andreas Jaegerd2c48812020-05-28 14:32:42 +020046openstackdocs_repo_name = 'openstack/octavia-tempest-plugin'
47openstackdocs_auto_name = False
48openstackdocs_use_storyboard = True
Michael Johnsonbdf01df2019-04-01 13:42:19 -070049
Michael Johnson34139b02017-03-15 10:31:10 -070050# Add any paths that contain templates here, relative to this directory.
51templates_path = ['_templates']
52
53# The suffix of source filenames.
54source_suffix = '.rst'
55
56# The encoding of source files.
57# source_encoding = 'utf-8-sig'
58
59# The master toctree document.
60master_doc = 'index'
61
62# General information about the project.
63project = u'octavia_tempest_plugin Release Notes'
64copyright = u'2016, OpenStack Foundation'
65
66# The version info for the project you're documenting, acts as replacement for
67# |version| and |release|, also used in various other places throughout the
68# built documents.
69#
70# The short X.Y version.
71# The full version, including alpha/beta/rc tags.
72release = ''
73# The short X.Y version.
74version = ''
75
76# The language for content autogenerated by Sphinx. Refer to documentation
77# for a list of supported languages.
78# language = None
79
80# There are two options for replacing |today|: either, you set today to some
81# non-false value, then it is used:
82# today = ''
83# Else, today_fmt is used as the format for a strftime call.
84# today_fmt = '%B %d, %Y'
85
86# List of patterns, relative to source directory, that match files and
87# directories to ignore when looking for source files.
88exclude_patterns = []
89
90# The reST default role (used for this markup: `text`) to use for all
91# documents.
92# default_role = None
93
94# If true, '()' will be appended to :func: etc. cross-reference text.
95# add_function_parentheses = True
96
97# If true, the current module name will be prepended to all description
98# unit titles (such as .. function::).
99# add_module_names = True
100
101# If true, sectionauthor and moduleauthor directives will be shown in the
102# output. They are ignored by default.
103# show_authors = False
104
105# The name of the Pygments (syntax highlighting) style to use.
Andreas Jaegerd2c48812020-05-28 14:32:42 +0200106pygments_style = 'native'
Michael Johnson34139b02017-03-15 10:31:10 -0700107
108# A list of ignored prefixes for module index sorting.
109# modindex_common_prefix = []
110
111# If true, keep warnings as "system message" paragraphs in the built documents.
112# keep_warnings = False
113
114
115# -- Options for HTML output ----------------------------------------------
116
117# The theme to use for HTML and HTML Help pages. See the documentation for
118# a list of builtin themes.
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700119html_theme = 'openstackdocs'
Michael Johnson34139b02017-03-15 10:31:10 -0700120
121# Theme options are theme-specific and customize the look and feel of a theme
122# further. For a list of options available for each theme, see the
123# documentation.
124# html_theme_options = {}
125
126# Add any paths that contain custom themes here, relative to this directory.
127# html_theme_path = []
128
129# The name for this set of Sphinx documents. If None, it defaults to
130# "<project> v<release> documentation".
131# html_title = None
132
133# A shorter title for the navigation bar. Default is the same as html_title.
134# html_short_title = None
135
136# The name of an image file (relative to this directory) to place at the top
137# of the sidebar.
138# html_logo = None
139
140# The name of an image file (within the static path) to use as favicon of the
141# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
142# pixels large.
143# html_favicon = None
144
145# Add any paths that contain custom static files (such as style sheets) here,
146# relative to this directory. They are copied after the builtin static files,
147# so a file named "default.css" will overwrite the builtin "default.css".
148html_static_path = ['_static']
149
150# Add any extra paths that contain custom files (such as robots.txt or
151# .htaccess) here, relative to this directory. These files are copied
152# directly to the root of the documentation.
153# html_extra_path = []
154
155# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
156# using the given strftime format.
157# html_last_updated_fmt = '%b %d, %Y'
158
159# If true, SmartyPants will be used to convert quotes and dashes to
160# typographically correct entities.
161# html_use_smartypants = True
162
163# Custom sidebar templates, maps document names to template names.
164# html_sidebars = {}
165
166# Additional templates that should be rendered to pages, maps page names to
167# template names.
168# html_additional_pages = {}
169
170# If false, no module index is generated.
171# html_domain_indices = True
172
173# If false, no index is generated.
174# html_use_index = True
175
176# If true, the index is split into individual pages for each letter.
177# html_split_index = False
178
179# If true, links to the reST sources are added to the pages.
180# html_show_sourcelink = True
181
182# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
183# html_show_sphinx = True
184
185# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
186# html_show_copyright = True
187
188# If true, an OpenSearch description file will be output, and all pages will
189# contain a <link> tag referring to it. The value of this option must be the
190# base URL from which the finished HTML is served.
191# html_use_opensearch = ''
192
193# This is the file name suffix for HTML files (e.g. ".xhtml").
194# html_file_suffix = None
195
196# Output file base name for HTML help builder.
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700197htmlhelp_basename = 'OctaviaTempestPluginReleaseNotesdoc'
Michael Johnson34139b02017-03-15 10:31:10 -0700198
199
200# -- Options for LaTeX output ---------------------------------------------
201
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700202# latex_elements = {
203# # The paper size ('letterpaper' or 'a4paper').
204# # 'papersize': 'letterpaper',
205#
206# # The font size ('10pt', '11pt' or '12pt').
207# # 'pointsize': '10pt',
208#
209# # Additional stuff for the LaTeX preamble.
210# # 'preamble': '',
211# }
Michael Johnson34139b02017-03-15 10:31:10 -0700212
213# Grouping the document tree into LaTeX files. List of tuples
214# (source start file, target name, title,
215# author, documentclass [howto, manual, or own class]).
216latex_documents = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700217 ('index', 'OctaviaTempestPluginReleaseNotes.tex',
218 u'Octavia Tempest Plugin Release Notes Documentation',
219 u'Octavia Developers', 'manual'),
Michael Johnson34139b02017-03-15 10:31:10 -0700220]
221
222# The name of an image file (relative to this directory) to place at the top of
223# the title page.
224# latex_logo = None
225
226# For "manual" documents, if this is true, then toplevel headings are parts,
227# not chapters.
228# latex_use_parts = False
229
230# If true, show page references after internal links.
231# latex_show_pagerefs = False
232
233# If true, show URL addresses after external links.
234# latex_show_urls = False
235
236# Documents to append as an appendix to all manuals.
237# latex_appendices = []
238
239# If false, no module index is generated.
240# latex_domain_indices = True
241
242
243# -- Options for manual page output ---------------------------------------
244
245# One entry per manual page. List of tuples
246# (source start file, name, description, authors, manual section).
247man_pages = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700248 ('index', 'octaviatempestpluginreleasenotes',
249 u'Octavia Tempest Plugin Release Notes Documentation',
250 [u'Octavia Developers'], 1)
Michael Johnson34139b02017-03-15 10:31:10 -0700251]
252
253# If true, show URL addresses after external links.
254# man_show_urls = False
255
256
257# -- Options for Texinfo output -------------------------------------------
258
259# Grouping the document tree into Texinfo files. List of tuples
260# (source start file, target name, title, author,
261# dir menu entry, description, category)
262texinfo_documents = [
Michael Johnsonbdf01df2019-04-01 13:42:19 -0700263 ('index', 'OctaviaTempestPluginReleaseNotes',
264 u'Octavia Tempest Plugin Release Notes Documentation',
265 u'Octavia Developers', 'OctaviaTempestPluginReleaseNotes',
266 'Octavia Load Balancing as a Service for OpenStack.',
Michael Johnson34139b02017-03-15 10:31:10 -0700267 'Miscellaneous'),
268]
269
270# Documents to append as an appendix to all manuals.
271# texinfo_appendices = []
272
273# If false, no module index is generated.
274# texinfo_domain_indices = True
275
276# How to display URL addresses: 'footnote', 'no', or 'inline'.
277# texinfo_show_urls = 'footnote'
278
279# If true, do not generate a @detailmenu in the "Top" node's menu.
280# texinfo_no_detailmenu = False
281
282# -- Options for Internationalization output ------------------------------
283locale_dirs = ['locale/']