correctly mock linkml_runtime

This commit is contained in:
sneakers-the-rat 2024-02-05 23:07:48 -08:00
parent c34fd3945a
commit 1f975ecf5a
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -49,7 +49,7 @@ autodoc_mock_imports = [
"dask", "dask",
"h5py", "h5py",
"linkml", "linkml",
"linkml-runtime", "linkml_runtime",
] ]
autoclass_content = "both" autoclass_content = "both"
autodoc_member_order = "bysource" autodoc_member_order = "bysource"