We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01b5aa commit 517767fCopy full SHA for 517767f
docs/conf.py
@@ -49,7 +49,7 @@
49
"show-inheritance": True,
50
}
51
# only mock the C-extension when using the source tree
52
-autodoc_mock_imports = ["mscclpp._version", "mscclpp._mscclpp", "cupy", "mpi4py", "numpy", "sortedcontainers"]
+autodoc_mock_imports = ["mscclpp._version", "mscclpp._mscclpp", "blake3", "cupy", "mpi4py", "numpy", "sortedcontainers"]
53
autodoc_typehints = "description"
54
napoleon_google_docstring = True
55
napoleon_numpy_docstring = True
0 commit comments