Skip to content

Commit 517767f

Browse files
committed
fix doc build
1 parent a01b5aa commit 517767f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"show-inheritance": True,
5050
}
5151
# only mock the C-extension when using the source tree
52-
autodoc_mock_imports = ["mscclpp._version", "mscclpp._mscclpp", "cupy", "mpi4py", "numpy", "sortedcontainers"]
52+
autodoc_mock_imports = ["mscclpp._version", "mscclpp._mscclpp", "blake3", "cupy", "mpi4py", "numpy", "sortedcontainers"]
5353
autodoc_typehints = "description"
5454
napoleon_google_docstring = True
5555
napoleon_numpy_docstring = True

0 commit comments

Comments
 (0)