mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2025-01-10 13:54:26 +00:00
correctly mock linkml_runtime
This commit is contained in:
parent
c34fd3945a
commit
1f975ecf5a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue