summaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/layout.html25
-rw-r--r--docs/templates/topindex.html3
2 files changed, 26 insertions, 2 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html
index a6caa0bc5..8563f02af 100644
--- a/docs/templates/layout.html
+++ b/docs/templates/layout.html
@@ -4,3 +4,28 @@
{# we change the master_doc variable so that links to the index
page are to index.html instead of <port>_index.html #}
{% set master_doc = "index" %}
+
+{% block document %}
+ {% if is_release %}
+ <div class="wy-alert wy-alert-danger">
+ <p>
+ This is the v{{ release }} version of the MicroPython
+ documentation. The <a href="/en/latest/{{ pagename }}.html">latest
+ development version</a> of this page may be more current.
+ </p>
+ </div>
+ {% else %}
+ <div class="wy-alert wy-alert-danger">
+ <p>
+ This is the documentation for the latest development branch of
+ MicroPython and may refer to features that are not available in released
+ versions.
+ </p>
+ <p>
+ If you are looking for the documentation for a specific release, use
+ the drop-down menu on the left and select the desired version.
+ </p>
+ </div>
+ {% endif %}
+ {{ super() }}
+{% endblock %}
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html
index cfe3ad151..4e163b6ef 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -5,8 +5,7 @@
<h1>MicroPython documentation</h1>
<p>
- {{ _('Welcome! This is the documentation for MicroPython') }}
- v{{ release|e }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
+ {{ _('Welcome! This is the documentation for MicroPython') }}{% if last_updated %}, {{ _('last updated') }} {{ last_updated|e }}{% endif %}.
</p>
<p>