mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
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 (From yocto-docs rev: 1823624bdb9ea002d44c9e6d0fd4cd662bff36ad) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
240 B
HTML
10 lines
240 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% set script_files = script_files + ['_static/switchers.js'] %}
|
|
|
|
{% block extrabody %}
|
|
<div id="outdated-warning" style="text-align: center; background-color: #FFBABA; color: #6A0E0E;">
|
|
</div>
|
|
{% endblock %}
|
|
|