diff --git a/docs/_templates/versions.html b/docs/_templates/versions.html index f680b6506d58..9168179dfd73 100644 --- a/docs/_templates/versions.html +++ b/docs/_templates/versions.html @@ -1,7 +1,11 @@ {# Add rst-badge after rst-versions for small badge style. #}
- RTD + {% for type, url in downloads %} + {% if type == 'PDF' %} + {{ type }} + {% endif %} + {% endfor %} @@ -13,13 +17,13 @@
-
{{ _('Versions') }}
{% for slug, url in versions %} -
{{ slug }}
+
{{ _('Downloads') }}
{% for type, url in downloads %} +
{{ type }}
{% endfor %}
-
{{ _('Downloads') }}
{% for type, url in downloads %} -
{{ type }}
+
{{ _('Versions') }}
{% for slug, url in versions %} +
{{ slug }}
{% endfor %}
@@ -33,4 +37,4 @@
-
\ No newline at end of file + diff --git a/docs/index.rst b/docs/index.rst index 60b3d61fac16..f69f8692b02c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,6 +31,12 @@ a 0.y.z version number `to indicate this fast pace of change ` for more details. +.. Hint:: + + You can download this documentation as PDF, HTML or Epub by clicking on the versions + flyout menu in the bottom-left corner and selecting the preferred download format. + + Getting Started ---------------