On Tue, Nov 1, 2011 at 7:07 PM, Friedrich Romstedt <friedrichromst...@gmail.com> wrote: > The following rst snipped causes some trouble. I see and appreciate the > mechanism that "complex" or rather "complex enough" list items are rendered > using paragraphs and so all list items, the problem is, that does not apply > to contained <ul> (and <ol> as well, I think) in Sphinx at least. Don't > know if that is a Sphinx or a docutils issue. I feel this as an issue, > since the rst input and the html output do not match in visual alignment.
Did you try setting html_compact_lists (http://sphinx.pocoo.org/config.html#confval-html_compact_lists) to False in your conf.py file? I suggested this option a year or so ago to make lists consistent regardless of whether they were complex or not. You can then adjust your .css file to get whatever spacing you want. -- 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.