File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
# autodoc_mock_imports
18
18
# This avoids autodoc breaking when it can't find packages imported in the code.
19
19
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_mock_imports
20
- autodoc_mock_imports = [
21
- "arviz" ,
22
- "matplotlib" ,
23
- "numpy" ,
24
- "pandas" ,
25
- "patsy" ,
26
- "pymc" ,
27
- "scipy" ,
28
- "seaborn" ,
29
- "sklearn" ,
30
- "xarray" ,
31
- ]
20
+ # autodoc_mock_imports = [
21
+ # "arviz",
22
+ # "matplotlib",
23
+ # "numpy",
24
+ # "pandas",
25
+ # "patsy",
26
+ # "pymc",
27
+ # "scipy",
28
+ # "seaborn",
29
+ # "sklearn",
30
+ # "xarray",
31
+ # ]
32
32
33
33
# -- Project information -----------------------------------------------------
34
34
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
You can’t perform that action at this time.
0 commit comments