doc: making the index appear on the left pane

This commit is contained in:
taitt 2018-05-28 10:51:33 +07:00
parent f5f1bec759
commit 08342f6d83

6
docs/_templates/layout.html vendored Normal file
View File

@ -0,0 +1,6 @@
{% extends "!layout.html" %}
{% block menu %}
<a href="genindex.html">Keyword Index</a>
{{ super() }}
{% endblock %}