Punya schrieb: > Hi, > > Based on <http://docutils.sourceforge.net/docs/ref/rst/ > restructuredtext.html#line-blocks>, line blocks are rendered in a way > that preserves initial indentation so that it's possible to represent > a nested structure. However, Sphinx 0.5.1 appears to ignore this > indentation, i.e. it doesn't distinguish between > > | foo > | bar > > and > > | foo > | bar. > > Is this likely to be a Sphinx bug, or should I be checking somewhere > upstream? Or am I doing it wrong?
Judging from rst2html.py output, this is a bug in the docutils. 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 -~----------~----~----~----~------~----~------~--~---
