Hello,
I am using
{%- if display_toc %}
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of
Contents') }}</a></h3>
{{ toctree() }}
{%- endif %}
to display a table of contents in my sidebar. However, the contents of
the active file are always shown with only one sublevel. I tried to
change the maxdepth field in my master file and to add a maxdepth=2
keyword option to the toctree call, but the former did nothing and the
later caused sphinx to crash.
What's the proper way to do this?
Thanks,
-Nikolaus
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.