Hello, I'm currently using sphinx to write an open-source networking texbook that explains the principles of computer networks and the TCP/IP protocol suite. sphinx is really nice because it allows me to focus on the content without having to think too much about the layout. The objective is to distribute it as an epub ebook in the coming months.
The current text is structured in five main chapters (see http://inl.info.ucl.ac.be/cnp3 for HTML version entire rst code is available at https://scm.info.ucl.ac.be/trac/cnp3/browser/book ) Unfortunately, a chapter can be long and can contain lots of figures and exercises. To allow the HTML pages to be easier to download, I'd like to configure sphinx to generate one HTML page per subsection or subsubsection instead of the current default of one page per section. I could not find a solution until now in the HTML output. Is there a hidden solution somewhere ? It would be nice to be able to configure sphinx to split the HTML files at section, subsection, subsubsection or other boundaries. Thanks Olivier -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. 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.