Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a46271

Browse files
HuonggHuong Nguyen
authored andcommittedAug 27, 2024
fix(datasets): add favicon to kedro-datasets doc (kedro-org#742)
add favicon Signed-off-by: Huong Nguyen <huongg1409@gmail> Co-authored-by: Huong Nguyen <huongg1409@gmail> Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
1 parent 18e9c78 commit 8a46271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎kedro-datasets/docs/source/conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"myst_parser",
5454
"notfound.extension",
5555
"sphinxcontrib.jquery",
56+
'sphinx_favicon',
57+
]
58+
59+
favicons = [
60+
"https://kedro.org/images/favicon.ico",
5661
]
5762

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

0 commit comments

Comments
 (0)