doc: making the index appear on the left pane

This commit is contained in:
taitt
2018-05-28 10:54:34 +07:00
parent f5f1bec759
commit 08342f6d83
+6
View File
@@ -0,0 +1,6 @@
{% extends "!layout.html" %}
{% block menu %}
<a href="genindex.html">Keyword Index</a>
{{ super() }}
{% endblock %}