From ac8a5b60c0099052db142e31469e45402bfa9c09 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 18 Nov 2019 08:37:44 +0800 Subject: [PATCH] doc: add sipyco to mock modules --- doc/manual/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index 6f9b76777..a02b2c9f8 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -35,7 +35,7 @@ mock_modules = ["artiq.gui.waitingspinnerwidget", "quamash", "pyqtgraph", "matplotlib", "numpy", "dateutil", "dateutil.parser", "prettytable", "PyQt5", "h5py", "serial", "scipy", "scipy.interpolate", - "llvmlite_artiq", "Levenshtein", "pythonparser"] + "llvmlite_artiq", "Levenshtein", "pythonparser", "sipyco"] for module in mock_modules: sys.modules[module] = Mock()