Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mali-git committed Nov 13, 2018
1 parent 7ceee4f commit 28d6b1c
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 @@ -19,7 +19,7 @@
import mock

# -- Mockup PyTorch to exclude it while compiling the docs--------------------------------------------------------------
MOCK_MODULES = ['pytorch']
MOCK_MODULES = ['torch',]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
sys.path.insert(0, os.path.abspath('../../src'))
Expand Down

0 comments on commit 28d6b1c

Please sign in to comment.