Skip to content

Commit

Permalink
build(datasets): use intersphinx over type_targets (#801)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
Co-authored-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
deepyaman and astrojuanlu authored Jan 15, 2025
1 parent bf0c407 commit 2dc8f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kedro-datasets/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
intersphinx_mapping = {
"kedro": ("https://docs.kedro.org/en/stable/", None),
"python": ("https://docs.python.org/3.10/", None),
"requests": ("https://requests.readthedocs.io/en/stable/", None),
}

type_targets = {
Expand All @@ -110,8 +111,6 @@
"kedro.io.AbstractDataset",
"AbstractDataset",
"kedro.io.core.Version",
"requests.auth.AuthBase",
"requests.models.Response",
"google.oauth2.credentials.Credentials",
"deltalake.table.Metadata",
"DataCatalog",
Expand Down

0 comments on commit 2dc8f16

Please sign in to comment.