|
12 | 12 | # All configuration values have a default; values that are commented out
|
13 | 13 | # serve to show the default.
|
14 | 14 |
|
15 |
| -import sys |
16 |
| -import os |
| 15 | +# import sys (imports not needed) |
| 16 | +# import os |
17 | 17 |
|
18 | 18 | # If extensions (or modules to document with autodoc) are in another directory,
|
19 | 19 | # add these directories to sys.path here. If the directory is relative to the
|
20 | 20 | # documentation root, use os.path.abspath to make it absolute, like shown here.
|
21 |
| -#sys.path.insert(0, os.path.abspath('.')) |
| 21 | +# sys.path.insert(0, os.path.abspath('.')) |
22 | 22 |
|
23 | 23 | # -- General configuration ------------------------------------------------
|
24 | 24 |
|
25 | 25 | # If your documentation needs a minimal Sphinx version, state it here.
|
26 |
| -#needs_sphinx = '1.0' |
| 26 | +# needs_sphinx = '1.0' |
27 | 27 |
|
28 | 28 | # Add any Sphinx extension module names here, as strings. They can be
|
29 | 29 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
44 | 44 | source_suffix = '.rst'
|
45 | 45 |
|
46 | 46 | # The encoding of source files.
|
47 |
| -#source_encoding = 'utf-8-sig' |
| 47 | +# source_encoding = 'utf-8-sig' |
48 | 48 |
|
49 | 49 | # The master toctree document.
|
50 | 50 | master_doc = 'index'
|
|
59 | 59 | # built documents.
|
60 | 60 | #
|
61 | 61 | # The short X.Y version.
|
62 |
| -version = u'1.5' |
| 62 | +version = u'1.6' |
63 | 63 | # The full version, including alpha/beta/rc tags.
|
64 |
| -release = u'1.5.6' |
| 64 | +release = u'1.6.0' |
65 | 65 |
|
66 | 66 | # The language for content autogenerated by Sphinx. Refer to documentation
|
67 | 67 | # for a list of supported languages.
|
|
72 | 72 |
|
73 | 73 | # There are two options for replacing |today|: either, you set today to some
|
74 | 74 | # non-false value, then it is used:
|
75 |
| -#today = '' |
| 75 | +# today = '' |
76 | 76 | # Else, today_fmt is used as the format for a strftime call.
|
77 |
| -#today_fmt = '%B %d, %Y' |
| 77 | +# today_fmt = '%B %d, %Y' |
78 | 78 |
|
79 | 79 | # List of patterns, relative to source directory, that match files and
|
80 | 80 | # directories to ignore when looking for source files.
|
|
83 | 83 |
|
84 | 84 | # The reST default role (used for this markup: `text`) to use for all
|
85 | 85 | # documents.
|
86 |
| -#default_role = None |
| 86 | +# default_role = None |
87 | 87 |
|
88 | 88 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
89 |
| -#add_function_parentheses = True |
| 89 | +# add_function_parentheses = True |
90 | 90 |
|
91 | 91 | # If true, the current module name will be prepended to all description
|
92 | 92 | # unit titles (such as .. function::).
|
93 |
| -#add_module_names = True |
| 93 | +# add_module_names = True |
94 | 94 |
|
95 | 95 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
96 | 96 | # output. They are ignored by default.
|
97 |
| -#show_authors = False |
| 97 | +# show_authors = False |
98 | 98 |
|
99 | 99 | # The name of the Pygments (syntax highlighting) style to use.
|
100 | 100 | pygments_style = 'tango'
|
101 | 101 |
|
102 | 102 | # A list of ignored prefixes for module index sorting.
|
103 |
| -#modindex_common_prefix = [] |
| 103 | +# modindex_common_prefix = [] |
104 | 104 |
|
105 | 105 | # If true, keep warnings as "system message" paragraphs in the built documents.
|
106 |
| -#keep_warnings = False |
| 106 | +# keep_warnings = False |
107 | 107 |
|
108 | 108 | # If true, `todo` and `todoList` produce output, else they produce nothing.
|
109 | 109 | todo_include_todos = True
|
|
124 | 124 | }
|
125 | 125 |
|
126 | 126 | # Add any paths that contain custom themes here, relative to this directory.
|
127 |
| -#html_theme_path = [] |
| 127 | +# html_theme_path = [] |
128 | 128 |
|
129 | 129 | # The name for this set of Sphinx documents.
|
130 | 130 | # "<project> v<release> documentation" by default.
|
131 |
| -#html_title = u'cbapi v0.9.1' |
| 131 | +# html_title = u'cbapi v0.9.1' |
132 | 132 |
|
133 | 133 | # A shorter title for the navigation bar. Default is the same as html_title.
|
134 |
| -#html_short_title = None |
| 134 | +# html_short_title = None |
135 | 135 |
|
136 | 136 | # The name of an image file (relative to this directory) to place at the top
|
137 | 137 | # of the sidebar.
|
|
140 | 140 | # The name of an image file (relative to this directory) to use as a favicon of
|
141 | 141 | # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
142 | 142 | # pixels large.
|
143 |
| -#html_favicon = None |
| 143 | +# html_favicon = None |
144 | 144 |
|
145 | 145 | # Add any paths that contain custom static files (such as style sheets) here,
|
146 | 146 | # relative to this directory. They are copied after the builtin static files,
|
|
150 | 150 | # Add any extra paths that contain custom files (such as robots.txt or
|
151 | 151 | # .htaccess) here, relative to this directory. These files are copied
|
152 | 152 | # directly to the root of the documentation.
|
153 |
| -#html_extra_path = [] |
| 153 | +# html_extra_path = [] |
154 | 154 |
|
155 | 155 | # If not None, a 'Last updated on:' timestamp is inserted at every page
|
156 | 156 | # bottom, using the given strftime format.
|
157 | 157 | # The empty string is equivalent to '%b %d, %Y'.
|
158 |
| -#html_last_updated_fmt = None |
| 158 | +# html_last_updated_fmt = None |
159 | 159 |
|
160 | 160 | # If true, SmartyPants will be used to convert quotes and dashes to
|
161 | 161 | # typographically correct entities.
|
162 |
| -#html_use_smartypants = True |
| 162 | +# html_use_smartypants = True |
163 | 163 |
|
164 | 164 | # Custom sidebar templates, maps document names to template names.
|
165 |
| -#html_sidebars = {} |
| 165 | +# html_sidebars = {} |
166 | 166 |
|
167 | 167 | # Additional templates that should be rendered to pages, maps page names to
|
168 | 168 | # template names.
|
169 |
| -#html_additional_pages = {} |
| 169 | +# html_additional_pages = {} |
170 | 170 |
|
171 | 171 | # If false, no module index is generated.
|
172 |
| -#html_domain_indices = True |
| 172 | +# html_domain_indices = True |
173 | 173 |
|
174 | 174 | # If false, no index is generated.
|
175 |
| -#html_use_index = True |
| 175 | +# html_use_index = True |
176 | 176 |
|
177 | 177 | # If true, the index is split into individual pages for each letter.
|
178 |
| -#html_split_index = False |
| 178 | +# html_split_index = False |
179 | 179 |
|
180 | 180 | # If true, links to the reST sources are added to the pages.
|
181 |
| -#html_show_sourcelink = True |
| 181 | +# html_show_sourcelink = True |
182 | 182 |
|
183 | 183 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
184 |
| -#html_show_sphinx = True |
| 184 | +# html_show_sphinx = True |
185 | 185 |
|
186 | 186 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
187 |
| -#html_show_copyright = True |
| 187 | +# html_show_copyright = True |
188 | 188 |
|
189 | 189 | # If true, an OpenSearch description file will be output, and all pages will
|
190 | 190 | # contain a <link> tag referring to it. The value of this option must be the
|
191 | 191 | # base URL from which the finished HTML is served.
|
192 |
| -#html_use_opensearch = '' |
| 192 | +# html_use_opensearch = '' |
193 | 193 |
|
194 | 194 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
195 |
| -#html_file_suffix = None |
| 195 | +# html_file_suffix = None |
196 | 196 |
|
197 | 197 | # Language to be used for generating the HTML full-text search index.
|
198 | 198 | # Sphinx supports the following languages:
|
199 | 199 | # 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
|
200 | 200 | # 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr', 'zh'
|
201 |
| -#html_search_language = 'en' |
| 201 | +# html_search_language = 'en' |
202 | 202 |
|
203 | 203 | # A dictionary with options for the search language support, empty by default.
|
204 | 204 | # 'ja' uses this config value.
|
205 | 205 | # 'zh' user can custom change `jieba` dictionary path.
|
206 |
| -#html_search_options = {'type': 'default'} |
| 206 | +# html_search_options = {'type': 'default'} |
207 | 207 |
|
208 | 208 | # The name of a javascript file (relative to the configuration directory) that
|
209 | 209 | # implements a search results scorer. If empty, the default will be used.
|
210 |
| -#html_search_scorer = 'scorer.js' |
| 210 | +# html_search_scorer = 'scorer.js' |
211 | 211 |
|
212 | 212 | # Output file base name for HTML help builder.
|
213 | 213 | htmlhelp_basename = 'CarbonBlackAPI-PythonBindingsdoc'
|
|
222 | 222 |
|
223 | 223 | # The name of an image file (relative to this directory) to place at the top of
|
224 | 224 | # the title page.
|
225 |
| -#latex_logo = None |
| 225 | +# latex_logo = None |
226 | 226 |
|
227 | 227 | # For "manual" documents, if this is true, then toplevel headings are parts,
|
228 | 228 | # not chapters.
|
229 |
| -#latex_use_parts = False |
| 229 | +# latex_use_parts = False |
230 | 230 |
|
231 | 231 | # If true, show page references after internal links.
|
232 |
| -#latex_show_pagerefs = False |
| 232 | +# latex_show_pagerefs = False |
233 | 233 |
|
234 | 234 | # If true, show URL addresses after external links.
|
235 |
| -#latex_show_urls = False |
| 235 | +# latex_show_urls = False |
236 | 236 |
|
237 | 237 | # Documents to append as an appendix to all manuals.
|
238 |
| -#latex_appendices = [] |
| 238 | +# latex_appendices = [] |
239 | 239 |
|
240 | 240 | # If false, no module index is generated.
|
241 |
| -#latex_domain_indices = True |
| 241 | +# latex_domain_indices = True |
242 | 242 |
|
243 | 243 |
|
244 | 244 | # -- Options for manual page output ---------------------------------------
|
|
251 | 251 | ]
|
252 | 252 |
|
253 | 253 | # If true, show URL addresses after external links.
|
254 |
| -#man_show_urls = False |
| 254 | +# man_show_urls = False |
255 | 255 |
|
256 | 256 |
|
257 | 257 | # -- Options for Texinfo output -------------------------------------------
|
|
266 | 266 | ]
|
267 | 267 |
|
268 | 268 | # Documents to append as an appendix to all manuals.
|
269 |
| -#texinfo_appendices = [] |
| 269 | +# texinfo_appendices = [] |
270 | 270 |
|
271 | 271 | # If false, no module index is generated.
|
272 |
| -#texinfo_domain_indices = True |
| 272 | +# texinfo_domain_indices = True |
273 | 273 |
|
274 | 274 | # How to display URL addresses: 'footnote', 'no', or 'inline'.
|
275 |
| -#texinfo_show_urls = 'footnote' |
| 275 | +# texinfo_show_urls = 'footnote' |
276 | 276 |
|
277 | 277 | # If true, do not generate a @detailmenu in the "Top" node's menu.
|
278 |
| -#texinfo_no_detailmenu = False |
| 278 | +# texinfo_no_detailmenu = False |
279 | 279 |
|
280 | 280 | latex_elements = {
|
281 | 281 | # Additional stuff for the LaTeX preamble.
|
|
291 | 291 | # Latex figure (float) alignment
|
292 | 292 | # 'figure_align': 'htbp',
|
293 | 293 | 'preamble': "".join((
|
294 |
| - '\DeclareUnicodeCharacter{25A0}{=}', # Solid box |
| 294 | + '\\DeclareUnicodeCharacter{25A0}{=}', # Solid box |
295 | 295 | )),
|
296 | 296 | }
|
297 | 297 |
|
298 | 298 | autoclass_content = 'both'
|
299 | 299 |
|
| 300 | + |
300 | 301 | def setup(app):
|
301 | 302 | app.add_stylesheet('css/custom.css')
|
0 commit comments