{% if on_rtd %}
{% if rtd_version == 'latest' %}
{% elif rtd_version == 'stable' %}
{% elif rtd_version_type == 'tag' %}
{# Covers builds for specific tags, including RC's. #}
{% else %}
{# Anything else build by RTD will be the HEAD of an activated branch #}
{% endif %}
{%- else %}
{# not on rtd #}
{%- endif %}