We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c8990 commit e6a3fdcCopy full SHA for e6a3fdc
docs/source/conf.py
@@ -30,7 +30,7 @@ class Mock(MagicMock):
30
@classmethod
31
def __getattr__(cls, name):
32
return Mock()
33
-MOCK_MODULES = [ 'emd_wrap','ot.lp.emd_wrap']
+MOCK_MODULES = ['ot.lp.emd_wrap']
34
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
35
# !!!!
36
0 commit comments