Given this:

   Main
   ####

   Subhead1
   ++++++++
   
   .. toctree::
   
      Subhead2
      Subhead3
      
   Subhead4
   ++++++++


I'd like to get this:

   Main
     - Subhead1
     - Subhead2
     - Subhead3
     - Subhead4
  
but, understandably, I get this:

   Main
     - Subhead1
       - Subhead2
       - Subhead3
     - Subhead4
  
Is there a way to break the context of "Subhead2" in the rst such that the 
toctree contents are identified as siblings of "Subhead1" rather than as 
children?

Thanks!

-- 
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 sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to