Skip to content

Commit

Permalink
Add favicon to kedro-viz documentation (#1959)
Browse files Browse the repository at this point in the history
* add favicon to kedro-viz directly

Signed-off-by: Huong Nguyen <huongg1409@gmail>

* update release note

Signed-off-by: Huong Nguyen <huongg1409@gmail>

* test with changes from sphinx-theme

Signed-off-by: Huong Nguyen <huongg1409@gmail>

* revert back to normal sphinx-theme

Signed-off-by: Huong Nguyen <huongg1409@gmail>

---------

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 f82eb87 commit 1d14055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Please follow the established format:
- Conditionally move session store and stats file to .viz directory. (#1915)

## Bug fixes and other changes
- Add favicon to kedro-viz documentation. (#1959)

# Release 9.1.0

Expand Down
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 1d14055

Please sign in to comment.