|
41 | 41 | # -- General configuration ------------------------------------------------
|
42 | 42 |
|
43 | 43 | # If your documentation needs a minimal Sphinx version, state it here.
|
44 |
| -#needs_sphinx = '1.0' |
| 44 | +# needs_sphinx = '1.0' |
45 | 45 |
|
46 | 46 | # Add any Sphinx extension module names here, as strings. They can be
|
47 | 47 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
|
61 | 61 | source_suffix = '.rst'
|
62 | 62 |
|
63 | 63 | # The encoding of source files.
|
64 |
| -#source_encoding = 'utf-8-sig' |
| 64 | +# source_encoding = 'utf-8-sig' |
65 | 65 |
|
66 | 66 | # The master toctree document.
|
67 | 67 | master_doc = 'index'
|
|
81 | 81 |
|
82 | 82 | # The language for content autogenerated by Sphinx. Refer to documentation
|
83 | 83 | # for a list of supported languages.
|
84 |
| -#language = None |
| 84 | +# language = None |
85 | 85 |
|
86 | 86 | # There are two options for replacing |today|: either, you set today to some
|
87 | 87 | # non-false value, then it is used:
|
88 |
| -#today = '' |
| 88 | +# today = '' |
89 | 89 | # Else, today_fmt is used as the format for a strftime call.
|
90 |
| -#today_fmt = '%B %d, %Y' |
| 90 | +# today_fmt = '%B %d, %Y' |
91 | 91 |
|
92 | 92 | # List of patterns, relative to source directory, that match files and
|
93 | 93 | # directories to ignore when looking for source files.
|
94 | 94 | exclude_patterns = ['_build']
|
95 | 95 |
|
96 | 96 | # The reST default role (used for this markup: `text`) to use for all
|
97 | 97 | # documents.
|
98 |
| -#default_role = None |
| 98 | +# default_role = None |
99 | 99 |
|
100 | 100 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
101 |
| -#add_function_parentheses = True |
| 101 | +# add_function_parentheses = True |
102 | 102 |
|
103 | 103 | # If true, the current module name will be prepended to all description
|
104 | 104 | # unit titles (such as .. function::).
|
105 |
| -#add_module_names = True |
| 105 | +# add_module_names = True |
106 | 106 |
|
107 | 107 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
108 | 108 | # output. They are ignored by default.
|
109 |
| -#show_authors = False |
| 109 | +# show_authors = False |
110 | 110 |
|
111 | 111 | # The name of the Pygments (syntax highlighting) style to use.
|
112 | 112 | pygments_style = 'sphinx'
|
113 | 113 |
|
114 | 114 | # A list of ignored prefixes for module index sorting.
|
115 |
| -#modindex_common_prefix = [] |
| 115 | +# modindex_common_prefix = [] |
116 | 116 |
|
117 | 117 | # If true, keep warnings as "system message" paragraphs in the built documents.
|
118 |
| -#keep_warnings = False |
| 118 | +# keep_warnings = False |
119 | 119 |
|
120 | 120 |
|
121 | 121 | # -- Options for HTML output ----------------------------------------------
|
|
127 | 127 | # Theme options are theme-specific and customize the look and feel of a theme
|
128 | 128 | # further. For a list of options available for each theme, see the
|
129 | 129 | # documentation.
|
130 |
| -#html_theme_options = {} |
| 130 | +# html_theme_options = {} |
131 | 131 |
|
132 | 132 | # Add any paths that contain custom themes here, relative to this directory.
|
133 |
| -#html_theme_path = [] |
| 133 | +# html_theme_path = [] |
134 | 134 |
|
135 | 135 | # The name for this set of Sphinx documents. If None, it defaults to
|
136 | 136 | # "<project> v<release> documentation".
|
137 |
| -#html_title = None |
| 137 | +# html_title = None |
138 | 138 |
|
139 | 139 | # A shorter title for the navigation bar. Default is the same as html_title.
|
140 |
| -#html_short_title = None |
| 140 | +# html_short_title = None |
141 | 141 |
|
142 | 142 | # The name of an image file (relative to this directory) to place at the top
|
143 | 143 | # of the sidebar.
|
|
156 | 156 | # Add any extra paths that contain custom files (such as robots.txt or
|
157 | 157 | # .htaccess) here, relative to this directory. These files are copied
|
158 | 158 | # directly to the root of the documentation.
|
159 |
| -#html_extra_path = [] |
| 159 | +# html_extra_path = [] |
160 | 160 |
|
161 | 161 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
162 | 162 | # using the given strftime format.
|
163 |
| -#html_last_updated_fmt = '%b %d, %Y' |
| 163 | +# html_last_updated_fmt = '%b %d, %Y' |
164 | 164 |
|
165 | 165 | # If true, SmartyPants will be used to convert quotes and dashes to
|
166 | 166 | # typographically correct entities.
|
167 |
| -#html_use_smartypants = True |
| 167 | +# html_use_smartypants = True |
168 | 168 |
|
169 | 169 | # Custom sidebar templates, maps document names to template names.
|
170 |
| -#html_sidebars = {} |
| 170 | +# html_sidebars = {} |
171 | 171 |
|
172 | 172 | # Additional templates that should be rendered to pages, maps page names to
|
173 | 173 | # template names.
|
174 |
| -#html_additional_pages = {} |
| 174 | +# html_additional_pages = {} |
175 | 175 |
|
176 | 176 | # If false, no module index is generated.
|
177 |
| -#html_domain_indices = True |
| 177 | +# html_domain_indices = True |
178 | 178 |
|
179 | 179 | # If false, no index is generated.
|
180 |
| -#html_use_index = True |
| 180 | +# html_use_index = True |
181 | 181 |
|
182 | 182 | # If true, the index is split into individual pages for each letter.
|
183 |
| -#html_split_index = False |
| 183 | +# html_split_index = False |
184 | 184 |
|
185 | 185 | # If true, links to the reST sources are added to the pages.
|
186 |
| -#html_show_sourcelink = True |
| 186 | +# html_show_sourcelink = True |
187 | 187 |
|
188 | 188 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
|
189 |
| -#html_show_sphinx = True |
| 189 | +# html_show_sphinx = True |
190 | 190 |
|
191 | 191 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
|
192 |
| -#html_show_copyright = True |
| 192 | +# html_show_copyright = True |
193 | 193 |
|
194 | 194 | # If true, an OpenSearch description file will be output, and all pages will
|
195 | 195 | # contain a <link> tag referring to it. The value of this option must be the
|
196 | 196 | # base URL from which the finished HTML is served.
|
197 |
| -#html_use_opensearch = '' |
| 197 | +# html_use_opensearch = '' |
198 | 198 |
|
199 | 199 | # This is the file name suffix for HTML files (e.g. ".xhtml").
|
200 |
| -#html_file_suffix = None |
| 200 | +# html_file_suffix = None |
201 | 201 |
|
202 | 202 | # Output file base name for HTML help builder.
|
203 | 203 | htmlhelp_basename = 'aiohttpdoc'
|
|
206 | 206 | # -- Options for LaTeX output ---------------------------------------------
|
207 | 207 |
|
208 | 208 | latex_elements = {
|
209 |
| -# The paper size ('letterpaper' or 'a4paper'). |
210 |
| -#'papersize': 'letterpaper', |
| 209 | + # The paper size ('letterpaper' or 'a4paper'). |
| 210 | + # 'papersize': 'letterpaper', |
211 | 211 |
|
212 |
| -# The font size ('10pt', '11pt' or '12pt'). |
213 |
| -#'pointsize': '10pt', |
| 212 | + # The font size ('10pt', '11pt' or '12pt'). |
| 213 | + # 'pointsize': '10pt', |
214 | 214 |
|
215 |
| -# Additional stuff for the LaTeX preamble. |
216 |
| -#'preamble': '', |
| 215 | + # Additional stuff for the LaTeX preamble. |
| 216 | + # 'preamble': '', |
217 | 217 | }
|
218 | 218 |
|
219 | 219 | # Grouping the document tree into LaTeX files. List of tuples
|
220 | 220 | # (source start file, target name, title,
|
221 | 221 | # author, documentclass [howto, manual, or own class]).
|
222 | 222 | latex_documents = [
|
223 |
| - ('index', 'aiohttp.tex', 'aiohttp Documentation', |
224 |
| - 'KeepSafe', 'manual'), |
| 223 | + ('index', 'aiohttp.tex', 'aiohttp Documentation', |
| 224 | + 'KeepSafe', 'manual'), |
225 | 225 | ]
|
226 | 226 |
|
227 | 227 | # The name of an image file (relative to this directory) to place at the top of
|
228 | 228 | # the title page.
|
229 |
| -#latex_logo = None |
| 229 | +# latex_logo = None |
230 | 230 |
|
231 | 231 | # For "manual" documents, if this is true, then toplevel headings are parts,
|
232 | 232 | # not chapters.
|
233 |
| -#latex_use_parts = False |
| 233 | +# latex_use_parts = False |
234 | 234 |
|
235 | 235 | # If true, show page references after internal links.
|
236 |
| -#latex_show_pagerefs = False |
| 236 | +# latex_show_pagerefs = False |
237 | 237 |
|
238 | 238 | # If true, show URL addresses after external links.
|
239 |
| -#latex_show_urls = False |
| 239 | +# latex_show_urls = False |
240 | 240 |
|
241 | 241 | # Documents to append as an appendix to all manuals.
|
242 |
| -#latex_appendices = [] |
| 242 | +# latex_appendices = [] |
243 | 243 |
|
244 | 244 | # If false, no module index is generated.
|
245 |
| -#latex_domain_indices = True |
| 245 | +# latex_domain_indices = True |
246 | 246 |
|
247 | 247 |
|
248 | 248 | # -- Options for manual page output ---------------------------------------
|
|
255 | 255 | ]
|
256 | 256 |
|
257 | 257 | # If true, show URL addresses after external links.
|
258 |
| -#man_show_urls = False |
| 258 | +# man_show_urls = False |
259 | 259 |
|
260 | 260 |
|
261 | 261 | # -- Options for Texinfo output -------------------------------------------
|
|
264 | 264 | # (source start file, target name, title, author,
|
265 | 265 | # dir menu entry, description, category)
|
266 | 266 | texinfo_documents = [
|
267 |
| - ('index', 'aiohttp', 'aiohttp Documentation', |
268 |
| - 'KeepSafe', 'aiohttp', 'One line description of project.', |
269 |
| - 'Miscellaneous'), |
| 267 | + ('index', 'aiohttp', 'aiohttp Documentation', |
| 268 | + 'KeepSafe', 'aiohttp', 'One line description of project.', |
| 269 | + 'Miscellaneous'), |
270 | 270 | ]
|
271 | 271 |
|
272 | 272 | # Documents to append as an appendix to all manuals.
|
273 |
| -#texinfo_appendices = [] |
| 273 | +# texinfo_appendices = [] |
274 | 274 |
|
275 | 275 | # If false, no module index is generated.
|
276 |
| -#texinfo_domain_indices = True |
| 276 | +# texinfo_domain_indices = True |
277 | 277 |
|
278 | 278 | # How to display URL addresses: 'footnote', 'no', or 'inline'.
|
279 |
| -#texinfo_show_urls = 'footnote' |
| 279 | +# texinfo_show_urls = 'footnote' |
280 | 280 |
|
281 | 281 | # If true, do not generate a @detailmenu in the "Top" node's menu.
|
282 |
| -#texinfo_no_detailmenu = False |
| 282 | +# texinfo_no_detailmenu = False |
0 commit comments