hello, Sphinx-1.0.7, docutils-0.7. with a document like this:
BEGIN ================== title ================== subtitle ------------------ .. contents:: section1 ******** sub1a +++++ sub1b +++++ section2 ******** sub2a +++++ END rst2html.py renders this TOC: o section1 * sub1a * sub1b o section2 * sub2a while sphinx renders this one: @ title o subtitle * section1 - sub1a - sub1b * section2 - sub2a i prefer the docutils output, how do i instruct sphinx to produce the same thing? -- roman -- 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.