Skip to content

Commit 57ef615

Browse files
committed
Add mpl_toolkits to mocked packages
1 parent d67b982 commit 57ef615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def __getattr__(cls, name):
4343
return MagicMock()
4444

4545
MOCK_MODULES = ['numpy', 'scipy', 'scipy.signal', 'pandas', 'h5py',
46-
'matplotlib', 'matplotlib.patches', 'matplotlib.pyplot']
46+
'matplotlib', 'matplotlib.patches', 'matplotlib.pyplot',
47+
'mpl_toolkits.axes_grid1']
4748
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
4849

4950
# -- General configuration ------------------------------------------------

0 commit comments

Comments
 (0)