{% if READTHEDOCS %} {# Add rst-badge after rst-versions for small badge style. #}
Documentation v: {{ current_version }}
{{ _('Versions') }}
{% for slug, url in versions %}
{{ slug }}
{% endfor %}
{{ _('Downloads') }}
{% for type, url in downloads %}
{{ type }}
{% endfor %}
{% else %}
Documentation v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On GitHub
View
Edit

Documentation hosted by Read the Docs.
{% endif %}