From 3e93d71aebf76a57174974dc99ed0248685ffa0a Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Mon, 11 Jan 2021 17:37:00 +0800 Subject: [PATCH] manual: fix artiq.dashboard becoming alias of unittest.mock * Closes m-labs#1293 --- doc/manual/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index cb00b7afb..a6a4de0a3 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", "qasync", "pyqtgraph", "matplotlib", "numpy", "dateutil", "dateutil.parser", "prettytable", "PyQt5", "h5py", "serial", "scipy", "scipy.interpolate",