{#
https://stackoverflow.com/questions/25243482/how-to-add-sphinx-generated-index-to-the-sidebar-when-using-read-the-docs-theme
#}
{% extends "!layout.html" %}
{% block sidebartitle %}
  {{ project }}
  {%- set nav_version = version %}
  {% if READTHEDOCS and current_version %}
    {%- set nav_version = current_version %}
  {% endif %}
  {# don't show the version on RTD if it's the default #}
  {% if nav_version != 'latest' %}
    
  
{% include "searchbox.html" %}
Need help? Live chat, forum, StackOverflow.
{% endblock %}