a856985762408a543ebc4ec12d5b7f701e60d37d
[osm/N2VC.git] / docs / conf.py
1 # -*- coding: utf-8 -*-
2 #
3 # libjuju documentation build configuration file, created by
4 # sphinx-quickstart on Thu May 19 11:21:38 2016.
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
18 from pathlib import Path
19
20 here = Path(__file__).absolute().parent
21 version = (here.parent / 'VERSION').read_text().strip()
22
23 # If extensions (or modules to document with autodoc) are in another directory,
24 # add these directories to sys.path here. If the directory is relative to the
25 # documentation root, use os.path.abspath to make it absolute, like shown here.
26 sys.path.insert(0, os.path.abspath('..'))
27
28 # -- General configuration ------------------------------------------------
29
30 # If your documentation needs a minimal Sphinx version, state it here.
31 #needs_sphinx = '1.0'
32
33 # Add any Sphinx extension module names here, as strings. They can be
34 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
35 # ones.
36 extensions = [
37 'sphinx.ext.autodoc',
38 'sphinx.ext.todo',
39 'sphinx.ext.viewcode',
40 ]
41
42 # Add any paths that contain templates here, relative to this directory.
43 templates_path = ['_templates']
44
45 # The suffix(es) of source filenames.
46 # You can specify multiple suffix as a list of string:
47 # source_suffix = ['.rst', '.md']
48 source_suffix = '.rst'
49
50 # The encoding of source files.
51 #source_encoding = 'utf-8-sig'
52
53 # The master toctree document.
54 master_doc = 'index'
55
56 # General information about the project.
57 project = u'juju'
58 copyright = u'2016, Canonical Ltd.'
59 author = u'Canonical'
60
61 # The version info for the project you're documenting, acts as replacement for
62 # |version| and |release|, also used in various other places throughout the
63 # built documents.
64 #
65 # The short X.Y version.
66 version = version
67 # The full version, including alpha/beta/rc tags.
68 release = version
69
70 # The language for content autogenerated by Sphinx. Refer to documentation
71 # for a list of supported languages.
72 #
73 # This is also used if you do content translation via gettext catalogs.
74 # Usually you set "language" from the command line for these cases.
75 language = None
76
77 # There are two options for replacing |today|: either, you set today to some
78 # non-false value, then it is used:
79 #today = ''
80 # Else, today_fmt is used as the format for a strftime call.
81 #today_fmt = '%B %d, %Y'
82
83 # List of patterns, relative to source directory, that match files and
84 # directories to ignore when looking for source files.
85 # This patterns also effect to html_static_path and html_extra_path
86 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
87
88 # The reST default role (used for this markup: `text`) to use for all
89 # documents.
90 #default_role = None
91
92 # If true, '()' will be appended to :func: etc. cross-reference text.
93 #add_function_parentheses = True
94
95 # If true, the current module name will be prepended to all description
96 # unit titles (such as .. function::).
97 #add_module_names = True
98
99 # If true, sectionauthor and moduleauthor directives will be shown in the
100 # output. They are ignored by default.
101 #show_authors = False
102
103 # The name of the Pygments (syntax highlighting) style to use.
104 pygments_style = 'sphinx'
105
106 # A list of ignored prefixes for module index sorting.
107 #modindex_common_prefix = []
108
109 # If true, keep warnings as "system message" paragraphs in the built documents.
110 #keep_warnings = False
111
112 # If true, `todo` and `todoList` produce output, else they produce nothing.
113 todo_include_todos = True
114
115
116 # -- Options for HTML output ----------------------------------------------
117
118 # The theme to use for HTML and HTML Help pages. See the documentation for
119 # a list of builtin themes.
120 html_theme = 'alabaster'
121
122 # Theme options are theme-specific and customize the look and feel of a theme
123 # further. For a list of options available for each theme, see the
124 # documentation.
125 #html_theme_options = {}
126
127 # Add any paths that contain custom themes here, relative to this directory.
128 #html_theme_path = []
129
130 # The name for this set of Sphinx documents.
131 # "<project> v<release> documentation" by default.
132 #html_title = u'libjuju v0.0.0'
133
134 # A shorter title for the navigation bar. Default is the same as html_title.
135 #html_short_title = None
136
137 # The name of an image file (relative to this directory) to place at the top
138 # of the sidebar.
139 #html_logo = None
140
141 # The name of an image file (relative to this directory) to use as a favicon of
142 # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
143 # pixels large.
144 #html_favicon = None
145
146 # Add any paths that contain custom static files (such as style sheets) here,
147 # relative to this directory. They are copied after the builtin static files,
148 # so a file named "default.css" will overwrite the builtin "default.css".
149 html_static_path = ['_static']
150
151 # Add any extra paths that contain custom files (such as robots.txt or
152 # .htaccess) here, relative to this directory. These files are copied
153 # directly to the root of the documentation.
154 #html_extra_path = []
155
156 # If not None, a 'Last updated on:' timestamp is inserted at every page
157 # bottom, using the given strftime format.
158 # The empty string is equivalent to '%b %d, %Y'.
159 #html_last_updated_fmt = None
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', 'zh'
202 #html_search_language = 'en'
203
204 # A dictionary with options for the search language support, empty by default.
205 # 'ja' uses this config value.
206 # 'zh' user can custom change `jieba` dictionary path.
207 #html_search_options = {'type': 'default'}
208
209 # The name of a javascript file (relative to the configuration directory) that
210 # implements a search results scorer. If empty, the default will be used.
211 #html_search_scorer = 'scorer.js'
212
213 # Output file base name for HTML help builder.
214 htmlhelp_basename = 'libjujudoc'
215
216 # -- Options for LaTeX output ---------------------------------------------
217
218 latex_elements = {
219 # The paper size ('letterpaper' or 'a4paper').
220 #'papersize': 'letterpaper',
221
222 # The font size ('10pt', '11pt' or '12pt').
223 #'pointsize': '10pt',
224
225 # Additional stuff for the LaTeX preamble.
226 #'preamble': '',
227
228 # Latex figure (float) alignment
229 #'figure_align': 'htbp',
230 }
231
232 # Grouping the document tree into LaTeX files. List of tuples
233 # (source start file, target name, title,
234 # author, documentclass [howto, manual, or own class]).
235 latex_documents = [
236 (master_doc, 'libjuju.tex', u'libjuju Documentation',
237 u'Canonical', 'manual'),
238 ]
239
240 # The name of an image file (relative to this directory) to place at the top of
241 # the title page.
242 #latex_logo = None
243
244 # For "manual" documents, if this is true, then toplevel headings are parts,
245 # not chapters.
246 #latex_use_parts = False
247
248 # If true, show page references after internal links.
249 #latex_show_pagerefs = False
250
251 # If true, show URL addresses after external links.
252 #latex_show_urls = False
253
254 # Documents to append as an appendix to all manuals.
255 #latex_appendices = []
256
257 # If false, no module index is generated.
258 #latex_domain_indices = True
259
260
261 # -- Options for manual page output ---------------------------------------
262
263 # One entry per manual page. List of tuples
264 # (source start file, name, description, authors, manual section).
265 man_pages = [
266 (master_doc, 'libjuju', u'libjuju Documentation',
267 [author], 1)
268 ]
269
270 # If true, show URL addresses after external links.
271 #man_show_urls = False
272
273
274 # -- Options for Texinfo output -------------------------------------------
275
276 # Grouping the document tree into Texinfo files. List of tuples
277 # (source start file, target name, title, author,
278 # dir menu entry, description, category)
279 texinfo_documents = [
280 (master_doc, 'libjuju', u'libjuju Documentation',
281 author, 'libjuju', 'One line description of project.',
282 'Miscellaneous'),
283 ]
284
285 # Documents to append as an appendix to all manuals.
286 #texinfo_appendices = []
287
288 # If false, no module index is generated.
289 #texinfo_domain_indices = True
290
291 # How to display URL addresses: 'footnote', 'no', or 'inline'.
292 #texinfo_show_urls = 'footnote'
293
294 # If true, do not generate a @detailmenu in the "Top" node's menu.
295 #texinfo_no_detailmenu = False