Oliver Walters 2019-04-28 00:20:27 +10:00
parent 4aef8eecea
commit 0d8f14d3e2
2 changed files with 9 additions and 0 deletions

View File

@ -68,7 +68,9 @@ autoapi_ignore = [
# Add any paths that contain templates here, relative to this directory.
autoapi_template_dir = 'templates'
autoapi_root = 'api'
templates_path = ['templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.

7
docs/templates/layout.html vendored Normal file
View File

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