Hi, Sorry if this question has been addressed. I've read the Sphinx documentation on the subject and have searched this group and Googled the question without finding an answer.
My team would like to display two levels in the left sidebar, but provide a mini-TOC at the top of third-level topics that links to the parent (level 2) topic and the sibling (level 3) topics. Is this possible? We'd prefer to link to parent/sibling topics rather than hard-code the links. For example, consider the following structure: Topic A Topic B Topic B.1 Topic B.2 Topic B.2.a Topic B.2.b Topic B.2.c Topic B.2.d Topic B.2.e Topic B.3 Topic C Topic B.2 includes the following toctree: .. toctree:: :maxdepth: 2 /B.2.a /B.2.b /B.2.c /B.2.d /B.2.e Is there any way to include a toctree in the sub-topics (B.2.a - B.2.e) that links to the parent topic and each of the sibling topics? For example, the directive would display the following mini-TOC in topic B.2.a: B.2 B.2.b B.2.c B.2.d B.2.e Thanks in advance for any advice. Mark -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
