Skip to content

Commit 280f116

Browse files
committed
Add autodoc import
1 parent ec3f5b3 commit 280f116

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"m2r",
4747
]
4848

49+
autodoc_mock_imports = [
50+
"h5py",
51+
]
52+
4953
# Add any paths that contain templates here, relative to this directory.
5054
templates_path = ["_templates"]
5155

0 commit comments

Comments
 (0)