Skip to content

Commit 0ebe187

Browse files
authored
Update docs
1 parent ab1b884 commit 0ebe187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import sys
1515
sys.path.insert(0, os.path.abspath('../../'))
1616

17-
autodoc_mock_imports = ['torch', 'torch.nn', 'torch.nn.functional', 'torchvision', 'gpytorch']
17+
autodoc_mock_imports = ['torch', 'torch.nn', 'torch.nn.functional', 'torchvision', 'gpytorch', 'segment_anything', 'pandas']
1818

1919
# -- Project information -----------------------------------------------------
2020

0 commit comments

Comments
 (0)