Skip to content

Commit

Permalink
doc: update mock modules
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 22, 2015
1 parent d78a275 commit cff999f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/conf.py
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ def __getattr__(cls, name):
return Mock()


mock_modules = ["gbulb", "gi", "gi.repository", "cairoplot", "matplotlib"]
mock_modules = ["quamash", "pyqtgraph", "matplotlib"]

for module in mock_modules:
sys.modules[module] = Mock()

0 comments on commit cff999f

Please sign in to comment.