From 9ed8f6631030a7381c14ac12a4a4ddf75a66b28d Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Tue, 12 Jan 2021 12:06:42 +0800 Subject: [PATCH] manual: fix artiq.dashboard becoming alias of unittest.mock --- doc/manual/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index 13c1b7394..ceda534b5 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -35,7 +35,6 @@ mock_modules = ["artiq.gui.waitingspinnerwidget", "artiq.gui.models", "artiq.compiler.module", "artiq.compiler.embedding", - "artiq.dashboard", "quamash", "pyqtgraph", "matplotlib", "numpy", "dateutil", "dateutil.parser", "prettytable", "PyQt5", "h5py", "serial", "scipy", "scipy.interpolate",