Skip to content

Commit 60d21fa

Browse files
committed
Mock labscript_utils to prevent RTD from trying to launch zprocess.
1 parent 763a0f1 commit 60d21fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

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

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

0 commit comments

Comments
 (0)