Skip to content

Commit

Permalink
add faivcon
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 26, 2024
1 parent e4ca5df commit 30c8165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
extensions = [
"myst_parser",
"sphinx_copybutton",
'sphinx_favicon',
]

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

templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ test = [
]
doc = [
"kedro-sphinx-theme",
"sphinx-favicon",
]

[project.entry-points."sphinx.html_themes"]
Expand Down

0 comments on commit 30c8165

Please sign in to comment.