|
172 | 172 | # html_use_index = True |
173 | 173 |
|
174 | 174 | # If true, the index is split into individual pages for each letter. |
175 | | -#html_split_index = False |
| 175 | +# html_split_index = False |
176 | 176 |
|
177 | 177 | # If true, links to the reST sources are added to the pages. |
178 | | -#html_show_sourcelink = True |
| 178 | +# html_show_sourcelink = True |
179 | 179 |
|
180 | 180 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
181 | | -#html_show_sphinx = True |
| 181 | +# html_show_sphinx = True |
182 | 182 |
|
183 | 183 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
184 | | -#html_show_copyright = True |
| 184 | +# html_show_copyright = True |
185 | 185 |
|
186 | 186 | # If true, an OpenSearch description file will be output, and all pages will |
187 | 187 | # contain a <link> tag referring to it. The value of this option must be the |
188 | 188 | # base URL from which the finished HTML is served. |
189 | | -#html_use_opensearch = '' |
| 189 | +# html_use_opensearch = '' |
190 | 190 |
|
191 | 191 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
192 | | -#html_file_suffix = None |
| 192 | +# html_file_suffix = None |
193 | 193 |
|
194 | 194 | # Output file base name for HTML help builder. |
195 | 195 | htmlhelp_basename = 'django-ajax-selectsdoc' |
196 | 196 |
|
197 | | - |
198 | 197 | # -- Options for LaTeX output --------------------------------------------- |
199 | 198 |
|
200 | 199 | latex_elements = { |
201 | 200 | # The paper size ('letterpaper' or 'a4paper'). |
202 | | - #'papersize': 'letterpaper', |
| 201 | + # 'papersize': 'letterpaper', |
203 | 202 |
|
204 | 203 | # The font size ('10pt', '11pt' or '12pt'). |
205 | | - #'pointsize': '10pt', |
| 204 | + # 'pointsize': '10pt', |
206 | 205 |
|
207 | 206 | # Additional stuff for the LaTeX preamble. |
208 | | - #'preamble': '', |
| 207 | + # 'preamble': '', |
209 | 208 | } |
210 | 209 |
|
211 | 210 | # Grouping the document tree into LaTeX files. List of tuples |
|
218 | 217 |
|
219 | 218 | # The name of an image file (relative to this directory) to place at the top of |
220 | 219 | # the title page. |
221 | | -#latex_logo = None |
| 220 | +# latex_logo = None |
222 | 221 |
|
223 | 222 | # For "manual" documents, if this is true, then toplevel headings are parts, |
224 | 223 | # not chapters. |
225 | | -#latex_use_parts = False |
| 224 | +# latex_use_parts = False |
226 | 225 |
|
227 | 226 | # If true, show page references after internal links. |
228 | | -#latex_show_pagerefs = False |
| 227 | +# latex_show_pagerefs = False |
229 | 228 |
|
230 | 229 | # If true, show URL addresses after external links. |
231 | | -#latex_show_urls = False |
| 230 | +# latex_show_urls = False |
232 | 231 |
|
233 | 232 | # Documents to append as an appendix to all manuals. |
234 | | -#latex_appendices = [] |
| 233 | +# latex_appendices = [] |
235 | 234 |
|
236 | 235 | # If false, no module index is generated. |
237 | | -#latex_domain_indices = True |
| 236 | +# latex_domain_indices = True |
238 | 237 |
|
239 | 238 |
|
240 | 239 | # -- Options for manual page output --------------------------------------- |
|
247 | 246 | ] |
248 | 247 |
|
249 | 248 | # If true, show URL addresses after external links. |
250 | | -#man_show_urls = False |
| 249 | +# man_show_urls = False |
251 | 250 |
|
252 | 251 |
|
253 | 252 | # -- Options for Texinfo output ------------------------------------------- |
|
262 | 261 | ] |
263 | 262 |
|
264 | 263 | # Documents to append as an appendix to all manuals. |
265 | | -#texinfo_appendices = [] |
| 264 | +# texinfo_appendices = [] |
266 | 265 |
|
267 | 266 | # If false, no module index is generated. |
268 | | -#texinfo_domain_indices = True |
| 267 | +# texinfo_domain_indices = True |
269 | 268 |
|
270 | 269 | # How to display URL addresses: 'footnote', 'no', or 'inline'. |
271 | | -#texinfo_show_urls = 'footnote' |
| 270 | +# texinfo_show_urls = 'footnote' |
272 | 271 |
|
273 | 272 | # If true, do not generate a @detailmenu in the "Top" node's menu. |
274 | | -#texinfo_no_detailmenu = False |
| 273 | +# texinfo_no_detailmenu = False |
0 commit comments