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

Commit

Permalink
- update conf.py again
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Sep 1, 2017
1 parent cc631ee commit effc51d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def __getattr__(cls, name):
'pandas',
'torch',
'torch.nn', 'torch.nn.init', 'torch.nn.functional', 'torch.nn.parallel',
'torch.multiprocessing', 'torch.autograd', 'torch.utils',
'torch.multiprocessing', 'torch.autograd',
'torch.utils', 'torch.utils.data',
'torch.optim', 'torch.sparse', 'torch.cuda']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit effc51d

Please sign in to comment.