Skip to content

Commit 2324b1f

Browse files
committed
correction config.py for readthedoc
1 parent 2eac78a commit 2324b1f

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
@@ -33,7 +33,7 @@ def __getattr__(cls, name):
3333
return MagicMock()
3434
MOCK_MODULES = ['ot.lp.emd_wrap','autograd','pymanopt','cudamat','autograd.numpy','pymanopt.manifolds','pymanopt.solvers']
3535
# 'autograd.numpy','pymanopt.manifolds','pymanopt.solvers',
36-
###sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
36+
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3737
# !!!!
3838

3939
# If extensions (or modules to document with autodoc) are in another directory,

0 commit comments

Comments
 (0)