{# 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 %} {# the logo helper function was removed in Sphinx 6 and deprecated since Sphinx 4 #} {# the master_doc variable was renamed to root_doc in Sphinx 4 (master_doc still exists in later Sphinx versions) #} {# check sphinx_rtd_theme/layout.html:sidebartitle if this snippet has become outdated #} {% include "searchbox.html" %}

Need help? Live chat, forum, StackOverflow.

{% endblock %}