Skip to content

Commit d9b0cd0

Browse files
committed
Remove mock, test which version of zprocess is causing change by
temporarily pinning it.
1 parent 60d21fa commit d9b0cd0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
autodoc_typehints = 'description'
5252
autosummary_generate = True
5353
add_module_names = False
54-
autodoc_mock_imports = ['labscript_utils']
5554

5655
# Prefix each autosectionlabel with the name of the document it is in and a colon
5756
autosectionlabel_prefix_document = True

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ install_requires =
3131
numpy>=1.15
3232
scipy
3333
matplotlib
34+
zprocess==2.20.3
3435

3536
[options.extras_require]
3637
docs =

0 commit comments

Comments
 (0)