diff --git a/kedro-datasets/docs/source/_templates/layout.html b/kedro-datasets/docs/source/_templates/layout.html index ecdde06f1..d3f2e3926 100644 --- a/kedro-datasets/docs/source/_templates/layout.html +++ b/kedro-datasets/docs/source/_templates/layout.html @@ -1,8 +1,50 @@ -{% extends "!layout.html" %} +{% extends "!layout.html" %} {%- block extrabody %} + +
+ + +
+ Kedro + Kedro-Viz + Kedro-Datasets +
+ + {%- include "searchbox.html" %} +
+ +{% endblock %} {%- block extrahead %} + + {% endblock %} diff --git a/kedro-datasets/docs/source/conf.py b/kedro-datasets/docs/source/conf.py index 6a1d0eea1..397d23c53 100644 --- a/kedro-datasets/docs/source/conf.py +++ b/kedro-datasets/docs/source/conf.py @@ -25,7 +25,7 @@ # -- Project information ----------------------------------------------------- -project = "kedro-datasets" +project = "kedro" author = "kedro" # The short X.Y version. @@ -52,6 +52,7 @@ "sphinx_copybutton", "myst_parser", "notfound.extension", + "sphinxcontrib.jquery", ] # enable autosummary plugin (table of contents for modules/classes/class