Skip to content

Commit

Permalink
fix docs: add vispy.visuals to mock modules
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 9, 2019
1 parent bb5dc73 commit 8af639e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
'imageio', 'py2cytoscape', 'py2cytoscape.data.cyrest_client', 'CyRestClient',
'requests_futures.sessions', 'requests_futures.sessions.FuturesSession',
'trimesh',
'vispy', 'seaborn', 'vispy.geometry', 'vispy.gloo.util', 'vispy.gloo.util._screenshot']
'vispy', 'seaborn',
'vispy.geometry', 'vispy.gloo.util', 'vispy.visuals'
'vispy.gloo.util._screenshot']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit 8af639e

Please sign in to comment.