{% if theme_general_info_links %}
General Info
{% for link in theme_general_info_links %}
{{ link[0] }}
{% endfor %} {% endif %}
{% 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 %}
{% if theme_releases_repos %}
Releases repositories
{% for repo in theme_releases_repos %}
{{ repo[0] }}
{% endfor %}
{% endif %}
Version
{{ version }}
{% if theme_publish_date %}
Published
{{ theme_publish_date }}
{% endif %} {% if theme_supported_list %}
Works on
{% for supported in theme_supported_list %}
{{ supported }}
{% endfor %} {% endif %}
    {% if theme_author_name and theme_author_url %}
  • {% if theme_years %} {{ theme_years }} {% endif %} {{ theme_author_name }}
  • {% endif %} {% if theme_license_name and theme_license_url %}
  • Code released under the {{ theme_license_name }} License
  • {% endif %}
  • Powered by Sphinx {{ sphinx_version }} and the Sphinx Docs Theme