Skip to content

Commit 88cf9b1

Browse files
committed
RTD3
1 parent dabf0c2 commit 88cf9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Mock(MagicMock):
2424
def __getattr__(cls, name):
2525
return Mock()
2626

27-
MOCK_MODULES = [ 'emd']
27+
MOCK_MODULES = [ 'emd','ot.lp.emd']
2828
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
2929

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

0 commit comments

Comments
 (0)