{% if READTHEDOCS %} {# Add rst-badge after rst-versions for small badge style. #}
Read the Docs v: {{ current_version }}
{{ _('Versions') }}
{% for slug, url in versions %}
{{ slug }}
{% endfor %}
{{ _('Downloads') }}
{% for type, url in downloads %}
{{ type }}
{% endfor %}
{{ _('On Read the Docs') }}
{{ _('Project Home') }}
{{ _('Builds') }}

{% trans %}Free document hosting provided by Read the Docs.{% endtrans %}
{% endif %}