Show toc for now

go-templates
Eric Holscher 9 years ago
parent 0404c4723d
commit 677df52c46

@ -6,7 +6,6 @@
{% if obj.children %}
.. toctree::
:hidden:
:maxdepth: 4
{% for item in obj.children|sort %}
@ -45,7 +44,9 @@
{%- endmacro %}
{%- for item_type in obj.item_map.keys() %}
{% if item_type.lower() != 'module' %}
{{ display_type(item_type) }}
{% endif %}
{%- endfor %}
{% endblock %}

Loading…
Cancel
Save