diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 2420dad6f7f..8593fac6113 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -5,12 +5,6 @@ The latest development version of this page may be more current than this released {{ version }} version. - {% else %} -
- This is the documentation for the latest (main) development branch of - Zephyr. If you are looking for the documentation of previous releases, use - the drop-down list at the bottom of the left panel and select the desired version. -
{% endif %} {{ super() }} {% endblock %}