Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Added scipy to conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Geneva committed Nov 30, 2020
1 parent 5924325 commit 1b0f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def setup(app):
templates_path = ['_templates']

# Fake import these packages when building
autodoc_mock_imports = ['torch', 'numpy', 'matplotlib']
autodoc_mock_imports = ['torch', 'numpy', 'matplotlib', 'scipy']

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit 1b0f91c

Please sign in to comment.