Use local toc for single page docs

This commit is contained in:
Eric Holscher 2013-11-07 13:57:30 -08:00
parent 89ee37350e
commit b40420daae

View File

@ -102,7 +102,10 @@
<div class="wy-menu wy-menu-vertical" data-spy="affix">
{% set toctree = toctree(maxdepth=2, collapse=False) %}
{% if toctree %}
{% if not next and not prev %}
<!-- Local TOC for single page -->
{{ toc }}
{% elif toctree %}
{{ toctree }}
{% else %}
{{ toc }}