{%- extends "!layout.html" %} {#- This template exists as a way to implement a version menu without changing what the theme normally renders the menu on local builds and on builds on Read the Docs. This is for local testing purposes only. #} {%- block footer %} {%- if not READTHEDOCS %}
Read the Docs v: latest
{{ _('Versions') }}
{%- if test_versions %} {%- for version in test_versions %}
{{ version }}
{%- endfor %} {%- else %}
latest
1.0
1.1
{%- endif %}
{{ _('Downloads') }}
PDF
ePub
HTML
{#- Translators: The phrase "Read the Docs" is not translated #}
{{ _('On Read the Docs') }}
{{ _('Project Home') }}
{{ _('Builds') }}
Debug
Swap badge position
{%- endif %} {%- endblock %}