Re: [Numpy-discussion] numpydoc.traitsdoc error

2012-03-25 Thread Ralf Gommers
On Sun, Mar 25, 2012 at 4:46 PM, Brad Buran wrote: > Hi Ralf: > > The Numpy documentation built fine for me. I actually think the > problem is with the traitsdoc extension (when I change my conf.py file > to use the numpydoc extension instead of numpydoc.traitsdoc the build > works fine). I che

Re: [Numpy-discussion] numpydoc.traitsdoc error

2012-03-25 Thread Brad Buran
Hi Ralf: The Numpy documentation built fine for me. I actually think the problem is with the traitsdoc extension (when I change my conf.py file to use the numpydoc extension instead of numpydoc.traitsdoc the build works fine). I checked the traits and traitsui packages to see if I could use them

Re: [Numpy-discussion] numpydoc.traitsdoc error

2012-03-24 Thread Ralf Gommers
On Sat, Mar 24, 2012 at 6:58 PM, Brad Buran wrote: > Not sure if this is the appropriate place to report the issue, but > I've been getting the following error when trying to build my docs > using Sphinx 1.1.3: > > File "C:\Python27\lib\site-packages\numpydoc\numpydoc.py", line 36, > in mangle_d

[Numpy-discussion] numpydoc.traitsdoc error

2012-03-24 Thread Brad Buran
Not sure if this is the appropriate place to report the issue, but I've been getting the following error when trying to build my docs using Sphinx 1.1.3: File "C:\Python27\lib\site-packages\numpydoc\numpydoc.py", line 36, in mangle_docstrings doc = get_doc_object(obj, what, u"\n".join(lines)