Skip to content

Commit

Permalink
add favicon to the conf.py
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 24, 2024
1 parent 8051b9b commit 80b2934
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 @@ -21,6 +21,10 @@
"sphinx_copybutton",
]

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

html_js_files = [
"js/custom.js",
]
Expand Down

0 comments on commit 80b2934

Please sign in to comment.