Skip to content

Commit aff1df4

Browse files
committed
#53 reverting commenting out of autodoc_mock_imports
1 parent 5f7faeb commit aff1df4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/conf.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
# autodoc_mock_imports
1818
# This avoids autodoc breaking when it can't find packages imported in the code.
1919
# 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+
]
3232

3333
# -- Project information -----------------------------------------------------
3434
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

0 commit comments

Comments
 (0)