We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabf0c2 commit 88cf9b1Copy full SHA for 88cf9b1
docs/source/conf.py
@@ -24,7 +24,7 @@ class Mock(MagicMock):
24
def __getattr__(cls, name):
25
return Mock()
26
27
-MOCK_MODULES = [ 'emd']
+MOCK_MODULES = [ 'emd','ot.lp.emd']
28
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
29
30
# If extensions (or modules to document with autodoc) are in another directory,
0 commit comments