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
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Sep 1, 2017
1 parent da24ac0 commit f42ea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __getattr__(cls, name):
'argparse',
'pandas',
'torch',
'torch.nn', 'torch.nn.init',
'torch.nn', 'torch.nn.init', 'torch.nn.functional', 'torch.nn.parallel',
'torch.multiprocessing', 'torch.autograd',
'torch.optim', 'torch.sparse', 'torch.cuda']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
Expand Down

0 comments on commit f42ea65

Please sign in to comment.