Skip to content

Commit 8696746

Browse files
committed
fixed conf.py for docuemntation
1 parent e58ac0d commit 8696746

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,12 @@ def __getattr__(cls, name):
6969
"language_selector": True,
7070
"version_selector": True,
7171
}
72+
73+
autodoc_mock_imports = [
74+
"torch",
75+
"numpy",
76+
"scipy",
77+
"sklearn",
78+
"shap",
79+
]
80+

0 commit comments

Comments
 (0)