Skip to content

Commit

Permalink
Update sphinx mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Aug 7, 2018
1 parent 2363823 commit b1771c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def setup(app):

import mock

for mod_name in ('plotly', 'plotly.graph_objs'):
for mod_name in ('plotly', 'plotly.graph_objs', 'tables'):
sys.modules[mod_name] = mock.MagicMock()

# Documents to append as an appendix to all manuals.
Expand Down

0 comments on commit b1771c5

Please sign in to comment.