blob: 3eedf995a3f0d9880d1005044280363265318af7 [file] [log] [blame]
Graham Hayesc392cf92017-02-23 16:06:04 -05001# -*- coding: utf-8 -*-
2#
3# designate documentation build configuration file, created by
4# sphinx-quickstart on Wed Oct 31 18:58:17 2012.
5#
6# This file is execfile()d with the current directory set to its containing dir.
7#
8# Note that not all possible configuration values are present in this
9# autogenerated file.
10#
11# All configuration values have a default; values that are commented out
12# serve to show the default.
13
14import sys, os, subprocess
15
16# If extensions (or modules to document with autodoc) are in another directory,
17# add these directories to sys.path here. If the directory is relative to the
18# documentation root, use os.path.abspath to make it absolute, like shown here.
19sys.path.insert(0, os.path.abspath('../../'))
20sys.path.insert(0, os.path.abspath('../'))
21sys.path.insert(0, os.path.abspath('./'))
22
23# -- General configuration -----------------------------------------------------
24
25# If your documentation needs a minimal Sphinx version, state it here.
26#needs_sphinx = '1.0'
27
28# Add any Sphinx extension module names here, as strings. They can be extensions
29# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
Andreas Jaeger88c40db2020-05-30 16:40:23 +020030extensions = ['openstackdocstheme']
Graham Hayesc392cf92017-02-23 16:06:04 -050031
32html_theme = 'openstackdocs'
Graham Hayesc392cf92017-02-23 16:06:04 -050033
Andreas Jaeger88c40db2020-05-30 16:40:23 +020034# openstackdocstheme options
35openstackdocs_repo_name = 'openstack/designate-tempest-plugin'
36openstackdocs_bug_tag = "tempest-plugin-docs"
Graham Hayesc392cf92017-02-23 16:06:04 -050037
38# Add any paths that contain templates here, relative to this directory.
39templates_path = ['_templates']
40
41# The suffix of source filenames.
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.
51project = u'designate'
52copyright = u'2012, Managed I.T.'
53
54# The version info for the project you're documenting, acts as replacement for
55# |version| and |release|, also used in various other places throughout the
56# built documents.
57#
58# The language for content autogenerated by Sphinx. Refer to documentation
59# for a list of supported languages.
60#language = None
61
62# There are two options for replacing |today|: either, you set today to some
63# non-false value, then it is used:
64#today = ''
65# Else, today_fmt is used as the format for a strftime call.
66#today_fmt = '%B %d, %Y'
67
68# List of patterns, relative to source directory, that match files and
69# directories to ignore when looking for source files.
70exclude_patterns = []
71
72# The reST default role (used for this markup: `text`) to use for all documents.
73#default_role = None
74
75# If true, '()' will be appended to :func: etc. cross-reference text.
76#add_function_parentheses = True
77
78# If true, the current module name will be prepended to all description
79# unit titles (such as .. function::).
80#add_module_names = True
81
82# If true, sectionauthor and moduleauthor directives will be shown in the
83# output. They are ignored by default.
84#show_authors = False
85
86# The name of the Pygments (syntax highlighting) style to use.
Andreas Jaeger88c40db2020-05-30 16:40:23 +020087pygments_style = 'native'
Graham Hayesc392cf92017-02-23 16:06:04 -050088
89# A list of ignored prefixes for module index sorting.
90modindex_common_prefix = ["designate_tempest_plugin."]
91
92
93# -- Options for HTML output ---------------------------------------------------
94
95# Add any paths that contain custom themes here, relative to this directory.
96#html_theme_path = []
97
98# The name for this set of Sphinx documents. If None, it defaults to
99# "<project> v<release> documentation".
100#html_title = None
101
102# A shorter title for the navigation bar. Default is the same as html_title.
103#html_short_title = None
104
105# The name of an image file (relative to this directory) to place at the top
106# of the sidebar.
107#html_logo = None
108
109# The name of an image file (within the static path) to use as favicon of the
110# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
111# pixels large.
112#html_favicon = None
113
114# Add any paths that contain custom static files (such as style sheets) here,
115# relative to this directory. They are copied after the builtin static files,
116# so a file named "default.css" will overwrite the builtin "default.css".
Nguyen Hai7462c372018-08-17 15:03:18 +0900117# html_static_path = ['_static']
Graham Hayesc392cf92017-02-23 16:06:04 -0500118
119# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
120# using the given strftime format.
121#html_last_updated_fmt = '%b %d, %Y'
122
123# If true, SmartyPants will be used to convert quotes and dashes to
124# typographically correct entities.
125#html_use_smartypants = True
126
127# Custom sidebar templates, maps document names to template names.
128#html_sidebars = {}
129
130# Additional templates that should be rendered to pages, maps page names to
131# template names.
132#html_additional_pages = {}
133
134# If false, no module index is generated.
135#html_domain_indices = True
136
137# If false, no index is generated.
138#html_use_index = True
139
140# If true, the index is split into individual pages for each letter.
141#html_split_index = False
142
143# If true, links to the reST sources are added to the pages.
144#html_show_sourcelink = True
145
146# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
147#html_show_sphinx = True
148
149# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
150#html_show_copyright = True
151
152# If true, an OpenSearch description file will be output, and all pages will
153# contain a <link> tag referring to it. The value of this option must be the
154# base URL from which the finished HTML is served.
155#html_use_opensearch = ''
156
157# This is the file name suffix for HTML files (e.g. ".xhtml").
158#html_file_suffix = None
159
160# Output file base name for HTML help builder.
161htmlhelp_basename = 'designatedoc'
162
163
164# -- Options for LaTeX output --------------------------------------------------
165
166latex_elements = {
167# The paper size ('letterpaper' or 'a4paper').
168#'papersize': 'letterpaper',
169
170# The font size ('10pt', '11pt' or '12pt').
171#'pointsize': '10pt',
172
173# Additional stuff for the LaTeX preamble.
174#'preamble': '',
175}
176
177# Grouping the document tree into LaTeX files. List of tuples
178# (source start file, target name, title, author, documentclass [howto/manual]).
179latex_documents = [
180 ('index', 'designate.tex', u'Designate Tempest Plugin Documentation',
181 u'Managed I.T.', 'manual'),
182]
183
184# The name of an image file (relative to this directory) to place at the top of
185# the title page.
186#latex_logo = None
187
188# For "manual" documents, if this is true, then toplevel headings are parts,
189# not chapters.
190#latex_use_parts = False
191
192# If true, show page references after internal links.
193#latex_show_pagerefs = False
194
195# If true, show URL addresses after external links.
196#latex_show_urls = False
197
198# Documents to append as an appendix to all manuals.
199#latex_appendices = []
200
201# If false, no module index is generated.
202#latex_domain_indices = True
203
204
205# -- Options for manual page output --------------------------------------------
206
207# One entry per manual page. List of tuples
208# (source start file, name, description, authors, manual section).
209man_pages = [
210# ('index', 'designate', u'Designate Documentation',
211# [u'Managed I.T.'], 1)
212]
213
214# If true, show URL addresses after external links.
215#man_show_urls = False
216
217
218# -- Options for Texinfo output ------------------------------------------------
219
220# Grouping the document tree into Texinfo files. List of tuples
221# (source start file, target name, title, author,
222# dir menu entry, description, category)
223texinfo_documents = [
224 ('index', 'designate', u'Designate Tempest Plugin Documentation',
225 u'Managed I.T.', 'designate_tempest_plugin', 'One line description of project.',
226 'Miscellaneous'),
227]
228
229# Documents to append as an appendix to all manuals.
230#texinfo_appendices = []
231
232# If false, no module index is generated.
233#texinfo_domain_indices = True
234
235# How to display URL addresses: 'footnote', 'no', or 'inline'.
236#texinfo_show_urls = 'footnote'