Skip to content

Commit

Permalink
add favicon to kedro-viz directly
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Jun 27, 2024
1 parent f82eb87 commit 63acc15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@
"myst_parser",
"notfound.extension",
"sphinxcontrib.jquery",
'sphinx_favicon',
]

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

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down

0 comments on commit 63acc15

Please sign in to comment.