Skip to content

Commit bd9ecb3

Browse files
Fix Kedro documentation inventory URL
Update Kedro intersphinx mapping from /en/latest/ to /en/stable/ to resolve docs build failure caused by moved inventory location. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 5b803f9 commit bd9ecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"setuptools": ("https://setuptools.pypa.io/en/latest", None),
100100
"tox": ("https://tox.wiki/en/latest", None),
101101
"devpi": ("https://devpi.net/docs/devpi/devpi/stable/+doc/", None),
102-
"kedro": ("https://docs.kedro.org/en/latest/", None),
102+
"kedro": ("https://docs.kedro.org/en/stable/", None),
103103
}
104104

105105

0 commit comments

Comments
 (0)