[issue2545] sphinx.ext.autodoc fails to expand tabs in docstrings

2008-04-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thank you, fixed in r62171. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue2545] sphinx.ext.autodoc fails to expand tabs in docstrings

2008-04-03 Thread John Millikin
Changes by John Millikin <[EMAIL PROTECTED]>: -- type: -> behavior __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubsc

[issue2545] sphinx.ext.autodoc fails to expand tabs in docstrings

2008-04-03 Thread John Millikin
New submission from John Millikin <[EMAIL PROTECTED]>: Sphinx seems to need tabs expanded in reST, but the autodoc extension doesn't do so. The following patch is very small, and fixes the issue on my system. Oddly, I can reproduce this on a Linux system with doctools and docutils trunk, but not