Skip to content

Commit dc7d36a

Browse files
authored
fix(datasets): Update mkdocs.yml to support mkdocstrings-python 2.0 (#1262)
* Update mkdocs.yml Signed-off-by: Sajid Alam <[email protected]> * Update pyproject.toml Signed-off-by: Sajid Alam <[email protected]> * Update mkdocs.yml Signed-off-by: Sajid Alam <[email protected]> --------- Signed-off-by: Sajid Alam <[email protected]>
1 parent 0fa5f1c commit dc7d36a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

kedro-datasets/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

kedro-datasets/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)