Hello,

in my detailed documentation I have rather long sections like this:

File: mytopic.rst:
======
section
======

bla foo

subsection 1
------------------

tell me

subsection 2
-------------------
more


I want to have a table of contents, so I created my index.rst like this:

.. toctree::
   :maxdepth: 4
   :numbered:

   preface
   introduction
   mytopic

The section mytopic is awefully long and I'd like to split it over several 
html pages.

But when I split it up:

   preface
   introduction
   mytopic
   mytopic-subsection1
   mytopic-subsection2

to be displayed on distinc html pages, the subsections 1 and 2 becomde 
sections, since the

subsection2
------------------

is the most toplevel heading marker....

Any idea how I can have subsections on distinct html pages?

Thanks a lot and kind regards
Cornelius

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/8Y8kf8nEBFwJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to