Skip to content

Commit 4e630c0

Browse files
committed
Properly mock h5_lock, which causes issues on RTD builds
1 parent 18e76cd commit 4e630c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
autodoc_typehints = 'description'
5151
autosummary_generate = True
5252
add_module_names = False
53-
autodoc_mock_imports = ['labscript_utils']
53+
autodoc_mock_imports = ['labscript_utils.h5_lock']
5454

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

0 commit comments

Comments
 (0)