{# Add rst-badge after rst-versions for small badge style. #} {% set display_version = version -%} {% set listed_languages = ({"en":"#", "de":"#", "es":"#", "fr":"#"}).items() -%} {% set listed_versions = ({"stable":"#", "latest":"#"}).items() -%} {% if READTHEDOCS and current_version %} {% set display_version = current_version -%} {% endif %} {% if READTHEDOCS and versions %} {% set listed_versions = versions -%} {% endif %}
Read the Docs v: {{ display_version }}{% if display_version != godot_version %} ({{ godot_version }}){% endif %}
{# The contents of this element will be replaced in production. But we can still have some mock data for testing. #}
{{ _('Languages') }}
{% for slug, url in listed_languages %}
{{ slug }}
{% endfor %}
{{ _('Versions') }}
{% for slug, url in listed_versions %}
{{ slug }}
{% endfor %}
{# Translators: The phrase "Read the Docs" is not translated #}
{{ _('On Read the Docs') }}
{{ _('Project Home') }}
{{ _('Builds') }}
{{ _('Downloads') }}

Hosted by Read the Docs ยท Privacy Policy {##}