Skip to content

Commit cff999f

Browse files
committedMay 22, 2015
doc: update mock modules
1 parent d78a275 commit cff999f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/manual/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __getattr__(cls, name):
2525
return Mock()
2626

2727

28-
mock_modules = ["gbulb", "gi", "gi.repository", "cairoplot", "matplotlib"]
28+
mock_modules = ["quamash", "pyqtgraph", "matplotlib"]
2929

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

0 commit comments

Comments
 (0)
Please sign in to comment.