Merge pull request #4196 from dilatebrave/issue1210

doc: making the index appear on the left pane
This commit is contained in:
chriseth 2018-05-28 12:54:54 +02:00 committed by GitHub
commit c71e5f8e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 %}