Skip to content

Commit 5f7faeb

Browse files
committed
experiment to see if remote build of docs now works
1 parent b593bf1 commit 5f7faeb

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)