Skip to content

Commit

Permalink
fix(datasets): add favicon to kedro-datasets doc (#742)
Browse files Browse the repository at this point in the history
add favicon

Signed-off-by: Huong Nguyen <huongg1409@gmail>
Co-authored-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huongg and Huong Nguyen authored Jun 27, 2024
1 parent 966d989 commit 122cff5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kedro-datasets/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"myst_parser",
"notfound.extension",
"sphinxcontrib.jquery",
'sphinx_favicon',
]

favicons = [
"https://kedro.org/images/favicon.ico",
]

# enable autosummary plugin (table of contents for modules/classes/class
Expand Down

0 comments on commit 122cff5

Please sign in to comment.