We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e9c78 commit 8a46271Copy full SHA for 8a46271
kedro-datasets/docs/source/conf.py
@@ -53,6 +53,11 @@
53
"myst_parser",
54
"notfound.extension",
55
"sphinxcontrib.jquery",
56
+ 'sphinx_favicon',
57
+]
58
+
59
+favicons = [
60
+ "https://kedro.org/images/favicon.ico",
61
]
62
63
# enable autosummary plugin (table of contents for modules/classes/class
0 commit comments