{% if theme_general_info_links %}
General Info
{% for link in theme_general_info_links %}
{{ link[0] }}
{% endfor %}
{% endif %} {% if theme_scm_name or theme_scm_url or theme_ci_name or theme_ci_url or theme_issues_name and theme_issues_url %}
{% if theme_scm_name and theme_scm_url %}
Code
SCM {{ theme_scm_name }}
{% endif %} {% if theme_ci_name and theme_ci_url %}
CI {{ theme_ci_name }}
{% endif %} {% if theme_issues_name and theme_issues_url %}
Issues {{ theme_issues_name }}
{% endif %}
{% endif %} {% if theme_releases_repos %}
Releases
{% for repo in theme_releases_repos %}
{{ repo[0] }}
{% endfor %}
{% endif %}
{% if theme_years %}{{ theme_years }}{% endif %} {{ theme_author_name }} - {% if theme_license_name and theme_license_url %} {{ theme_license_name }} License{% endif %}
Powered by Sphinx {{ sphinx_version }} and the Sphinx Docs Theme