schoenborno schrieb:
> It would be handy to have some control over the TOC in the sidebar.
> E.g. specify to what depth it should go, whether it should include
> section headers (rather than just page titles), etc. Would this be
> difficult to implement?

The TOC in the sidebar should always include section headers. Its
depth can also be controlled using the "tocdepth" document metadata
entry (document metadata is a currently underused concept in Sphinx;
it just means a field list at the start of the document).

E.g. starting your document with

:tocdepth: 2

should give the desired result.

Georg

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to