Timmie schrieb: > Hello, > when running make all-pdf in the build/latex direcory I get an error > saying: > > too deeply nested. > > I do not understand this as latext supports nesting down to the > paragraph level. > > My files usuallay have: > > > ************ > title > ************ > > section > ========== > > subsection > ---------------------- > > subsubsection > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Where can I improve?
Keep in mind that section numbers are not assigned per source file, but once for the whole latex file that is generated by Sphinx. So if you have further headings in the files that include that one by toctree, it will count as well. That said, the trunk version won't run out of sectionlevels anymore, but simply reuse the lowest one. 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 -~----------~----~----~----~------~----~------~--~---
