diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-08 16:29:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:08 +0100 |
commit | caf24e8ddd7105cbb04c026fbb90c19981c62d50 (patch) | |
tree | 061402a498b49e3f798797e0ecc1163a4a217ddc /bitbake/doc/_templates/layout.html | |
parent | 390fc75bd6705ee55ec9f35f09bfa715f81024e2 (diff) | |
download | poky-caf24e8ddd7105cbb04c026fbb90c19981c62d50.tar.gz |
bitbake: sphinx: Enhance the sphinx experience/nagivation with:
* Remove the pointless looking parts of breadcrumb navigtation
* Add a document type switcher to the breadcrumb navigation
* Add a version selection switch to the breadcrumb navigation
(Bitbake rev: cb19159cf8972713a2063387849804c5cea72d24)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/_templates/layout.html')
-rw-r--r-- | bitbake/doc/_templates/layout.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/doc/_templates/layout.html b/bitbake/doc/_templates/layout.html new file mode 100644 index 0000000000..308d5c7a28 --- /dev/null +++ b/bitbake/doc/_templates/layout.html | |||
@@ -0,0 +1,7 @@ | |||
1 | {% extends "!layout.html" %} | ||
2 | |||
3 | {% block extrabody %} | ||
4 | <div id="outdated-warning" style="text-align: center; background-color: #FFBABA; color: #6A0E0E;"> | ||
5 | </div> | ||
6 | {% endblock %} | ||
7 | |||