{# Add rst-badge after rst-versions for small badge style. #} {% if READTHEDOCS %}
读该文档 v: {{ current_version }}
{{ _('版本') }}
{% for slug, url in versions %}
{{ slug }}
{% endfor %}
{{ _('下载') }}
{% for type, url in downloads %}
{{ type }}
{% endfor %}
{# Translators: The phrase "Read the Docs" is not translated #}
{{ _('在 Read the Docs') }}
{{ _('项目首页') }}
{{ _('构建') }}
{% endif %}