|
45 | 45 | autodoc_default_flags = ["members"] |
46 | 46 | autosummary_generate = True |
47 | 47 |
|
| 48 | + |
48 | 49 | # Add any paths that contain templates here, relative to this directory. |
49 | 50 | templates_path = ["_templates"] |
50 | 51 |
|
|
121 | 122 | # If true, `todo` and `todoList` produce output, else they produce nothing. |
122 | 123 | todo_include_todos = True |
123 | 124 |
|
| 125 | + |
124 | 126 | # -- Options for HTML output ---------------------------------------------- |
125 | 127 |
|
126 | 128 | # The theme to use for HTML and HTML Help pages. See the documentation for |
|
229 | 231 |
|
230 | 232 | # -- Options for warnings ------------------------------------------------------ |
231 | 233 |
|
| 234 | + |
232 | 235 | suppress_warnings = [ |
233 | 236 | # Temporarily suppress this to avoid "more than one target found for |
234 | 237 | # cross-reference" warning, which are intractable for us to avoid while in |
|
284 | 287 | # If false, no module index is generated. |
285 | 288 | # latex_domain_indices = True |
286 | 289 |
|
| 290 | + |
287 | 291 | # -- Options for manual page output --------------------------------------- |
288 | 292 |
|
289 | 293 | # One entry per manual page. List of tuples |
|
295 | 299 | # If true, show URL addresses after external links. |
296 | 300 | # man_show_urls = False |
297 | 301 |
|
| 302 | + |
298 | 303 | # -- Options for Texinfo output ------------------------------------------- |
299 | 304 |
|
300 | 305 | # Grouping the document tree into Texinfo files. List of tuples |
|
324 | 329 | # If true, do not generate a @detailmenu in the "Top" node's menu. |
325 | 330 | # texinfo_no_detailmenu = False |
326 | 331 |
|
| 332 | + |
327 | 333 | # Example configuration for intersphinx: refer to the Python standard library. |
328 | 334 | intersphinx_mapping = { |
329 | 335 | "python": ("http://python.readthedocs.org/en/latest/", None), |
|
340 | 346 | "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), |
341 | 347 | } |
342 | 348 |
|
| 349 | + |
343 | 350 | # Napoleon settings |
344 | 351 | napoleon_google_docstring = True |
345 | 352 | napoleon_numpy_docstring = True |
|
0 commit comments