{% extends "!layout.html" %} {% block document %} {% if is_release %}
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 menu on the left and select the desired version.
{% endif %} {{ super() }} {% endblock %} {% block menu %}
{% include "zversions.html" %} {{ super() }} {% if reference_links %}

Reference

{% endif %}
{% endblock %} {% block extrahead %} {# Light/Dark stylesheets added here due to https://github.com/readthedocs/sphinx_rtd_theme/issues/1100 #} {% endblock %}