File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ plugins:
5555 - mkdocstrings :
5656 handlers :
5757 python :
58+ inventories :
59+ - https://docs.kedro.org/en/stable/objects.inv
60+ - https://docs.kedro.org/projects/kedro-datasets/en/stable/objects.inv
61+ paths : [src]
5862 options :
5963 show_root_toc_entry : true
6064 show_source : false # currently doesn't show source at correct level, and not for pydantic models
@@ -67,10 +71,6 @@ plugins:
6771 ignore_init_summary : true
6872 warn_unknown_params : false
6973 returns_named_value : false
70- paths : [src]
71- import :
72- - https://docs.kedro.org/en/stable/objects.inv
73- - https://docs.kedro.org/projects/kedro-datasets/en/stable/objects.inv
7474 - llmstxt :
7575 markdown_description : |
7676 Kedro-Datasets provides a collection of data connectors for various file formats and storage systems,
Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ docs = [
241241 " mkdocs-mermaid2-plugin>=1.2.1" ,
242242 " mkdocs-autorefs>=1.4.1" ,
243243 " mkdocs-get-deps>=0.2.0" ,
244- " mkdocstrings-python>=0.29.1,<2.0.0" ,
245244 " mkdocstrings-python>=0.29.1" ,
246245 " linkchecker>=10.2.1" ,
247246 " ipykernel>=5.3, <7.0" ,
You can’t perform that action at this time.
0 commit comments