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 89ab96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx_rtd_theme
nbsphinx
jupyter_client

0 comments on commit 89ab96b

Please sign in to comment.