Skip to content

Commit

Permalink
Add note about possible deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Apr 12, 2024
1 parent c782473 commit 6d27fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro/framework/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def python_call(


def find_stylesheets() -> Iterable[str]: # pragma: no cover
# TODO: Deprecate this function in favour of kedro-sphinx-theme
"""Fetch all stylesheets used in the official Kedro documentation"""
css_path = Path(__file__).resolve().parents[1] / "html" / "_static" / "css"
return (str(css_path / "copybutton.css"),)
Expand Down

0 comments on commit 6d27fdc

Please sign in to comment.