We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
labscript_utils
1 parent 999107d commit c144cb0Copy full SHA for c144cb0
docs/source/conf.py
@@ -51,7 +51,7 @@
51
52
autodoc_typehints = 'description'
53
autoclass_content = 'both' # options: 'both', 'class', 'init'
54
-autodoc_mock_imports = ['PyDAQmx']
+autodoc_mock_imports = ['PyDAQmx','labscript_utils']
55
56
# Prefix each autosectionlabel with the name of the document it is in and a colon
57
autosectionlabel_prefix_document = True
0 commit comments