show the local toctree in the left sidebar

Change-Id: I2186cff6891a32f242b48c4a1396debaf5c8f7ed
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann
2016-02-08 17:46:28 -05:00
parent a4c5ca0c08
commit 9171e87d46

View File

@@ -8,7 +8,7 @@
<div class="docs-sidebar-toc">
<div class="docs-sidebar-section" id="table-of-contents">
<a href="{{ pathto(master_doc) }}" class="docs-sidebar-section-title"><h4>{{ _('Contents') }}</h4></a>
{{ toctree(maxdepth=2) }}
{{ toc }}
</div>
</div>
</div>