Skip to content

Commit

Permalink
Fix a missing mock for the documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Feb 14, 2017
1 parent 33a3d86 commit 2b196ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
except ImportError:
from mock import Mock, MagicMock

MOCK_MODULES = ['matplotlib.colors', 'matplotlib.patches', 'matplotlib.pyplot', 'matplotlib',
MOCK_MODULES = ['matplotlib', 'matplotlib.colors', 'matplotlib.patches', 'matplotlib.pyplot', 'matplotlib.ticker',
'mpl_toolkits', 'mpl_toolkits.axes_grid1',
'numpy', 'numpy.ma',
'brian2',
Expand Down

0 comments on commit 2b196ef

Please sign in to comment.