Hi, I'm new to sphinx and trying to improve nipype <http://nipy.sourceforge.net/nipype/index.html> doc.
I have noticed that some documents contains "Inconsistent literal block quoting" errors. Those documents are generated from python files (from docstrings). The offending python file is here <https://github.com/nipy/nipype/blob/master/nipype/interfaces/fsl/preprocess.py> (lines 1268, 1283 and 1298). Skipping the doctest seems to solve the problem but is not satisfying. Due to my lack of knowledge in sphinx I haven't found any other solution. Can anybody suggest a way to fix sphinx error without skipping the doctest? Thanks in advance, Mathieu -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
