Hi there,

First of all, since this is my first message on this list, I'd like to warmly
thanks the developers of Sphinx ! Awesome work guys !

I've the following issues... Consider the following maybe wrong ReST file:

"""
**************************
List Bug Triggering Module
**************************

    - list item 1 -- this item is correctly formated. So that there should be
      no problem with it..

    - list item 2 -- this item is ill formated. Sphinx should raise a warning
       when typesetting in in text mode.
"""
      ^
   Mind the blank here

when output in html, sphinx understand that this is a new quoted paragraph and
therefore indent it. However, when output in text format, I got an empty file.
Here are my questions:
 - I'm not sure this is this a correct ReST file ? More precisely, in the
   specification, isn't the second line suppose to be right under the first or
   separated by it by a blank line ?
 - In any case, outputting an empty file without any warning or error message
   is IMHO a bug of Sphinx. Should I report it on the tracker ? What should be
   the correct behavior ?

Cheers,

Florent Hivert

-- 
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.

Reply via email to