|
37 | 37 |
|
38 | 38 | # Add any Sphinx extension module names here, as strings. They can be extensions
|
39 | 39 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
40 |
| -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode'] |
| 40 | +extensions = ['sphinx.ext.autodoc', |
| 41 | + 'sphinx.ext.intersphinx', 'sphinx.ext.viewcode'] |
41 | 42 | autodoc_member_order = 'bysource'
|
42 | 43 |
|
43 | 44 | # Add any paths that contain templates here, relative to this directory.
|
|
196 | 197 |
|
197 | 198 | latex_elements = {
|
198 | 199 | # The paper size ('letterpaper' or 'a4paper').
|
199 |
| - #'papersize': 'letterpaper', |
| 200 | + # 'papersize': 'letterpaper', |
200 | 201 |
|
201 | 202 | # The font size ('10pt', '11pt' or '12pt').
|
202 |
| - #'pointsize': '10pt', |
| 203 | + # 'pointsize': '10pt', |
203 | 204 |
|
204 | 205 | # Additional stuff for the LaTeX preamble.
|
205 |
| - #'preamble': '', |
| 206 | + # 'preamble': '', |
206 | 207 | }
|
207 | 208 |
|
208 | 209 | # Grouping the document tree into LaTeX files. List of tuples
|
|
274 | 275 |
|
275 | 276 | # If true, do not generate a @detailmenu in the "Top" node's menu.
|
276 | 277 | #texinfo_no_detailmenu = False
|
277 |
| -autodoc_mock_imports = ['numpy', 'pandas', 'matplotlib', 'matplotlib.pyplot', |
278 |
| - 'matplotlib.gridspec' 'matplotlib.patches', 'seaborn'] |
| 278 | +autodoc_mock_imports = ['numpy', 'pandas', 'matplotlib', |
| 279 | + 'matplotlib.pyplot', |
| 280 | + 'matplotlib.gridspec', |
| 281 | + 'matplotlib.patches', |
| 282 | + 'matplotlib.lines', |
| 283 | + 'matplotlib.dates', |
| 284 | + 'seaborn'] |
0 commit comments