We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d21fa commit d9b0cd0Copy full SHA for d9b0cd0
docs/source/conf.py
@@ -51,7 +51,6 @@
51
autodoc_typehints = 'description'
52
autosummary_generate = True
53
add_module_names = False
54
-autodoc_mock_imports = ['labscript_utils']
55
56
# Prefix each autosectionlabel with the name of the document it is in and a colon
57
autosectionlabel_prefix_document = True
setup.cfg
@@ -31,6 +31,7 @@ install_requires =
31
numpy>=1.15
32
scipy
33
matplotlib
34
+ zprocess==2.20.3
35
36
[options.extras_require]
37
docs =
0 commit comments