Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Michael Droettboom
That version seems to work for me. I agree it's nice to stick to a released version, and we can do that for now. However, we seem to be pretty good at requiring new features and bugfixes out of Sphinx so far, so I don't know, realistically, how long that will last. Sphinx doesn't feel quite

Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Charlie Moad
Looks like sphinx==0.4 was just released. Could we agree to target this instead of svn? - Charlie On Mon, Jun 23, 2008 at 11:18 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Ah. Something changed in Sphinx SVN. I think the best long term fix is to > probably not "borrow" this regex from

Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Michael Droettboom
Ah. Something changed in Sphinx SVN. I think the best long term fix is to probably not "borrow" this regex from Sphinx, but include our own version in inheritance_diagram.py. I'll fix this. Cheers, Mike Darren Dale wrote: > I think I see whats going on. On my machine, py_sig_re.match(name).g

Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Darren Dale
I think I see whats going on. On my machine, py_sig_re.match(name).groups() returns: (u'matplotlib.', u'patches', None, None) but inheritance_diagram.py is trying to unpack this length=4 result into a length=3 tuple. Here is the definition of py_sig_re from sphinx: py_sig_re = re.compile(

Re: [matplotlib-devel] sphinx error

2008-06-23 Thread Darren Dale
I see this same error using python-2.5 on Kubuntu-8.04. I'm looking into it. Darren On Saturday 21 June 2008 17:11:05 Michael Droettboom wrote: > Sorry, I'm stumped. > > Mike > > Charlie Moad wrote: > > Here's that file. > > > > Thanks, > > Charlie > > > > On Fri, Jun 20, 2008 at 9:25 AM, M

Re: [matplotlib-devel] sphinx error

2008-06-21 Thread Michael Droettboom
Sorry, I'm stumped. Mike Charlie Moad wrote: > Here's that file. > > Thanks, > Charlie > > On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom <[EMAIL PROTECTED] > > wrote: > > Have you updated Sphinx from SVN lately? I have r64374. > > Sphinx should have

Re: [matplotlib-devel] sphinx error

2008-06-21 Thread Charlie Moad
Here's that file. Thanks, Charlie On Fri, Jun 20, 2008 at 9:25 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Have you updated Sphinx from SVN lately? I have r64374. > > Sphinx should have dumped a full traceback into a tmp file (and told you > where it is, which I don't see in your lo

Re: [matplotlib-devel] sphinx error

2008-06-20 Thread Michael Droettboom
Have you updated Sphinx from SVN lately? I have r64374. Sphinx should have dumped a full traceback into a tmp file (and told you where it is, which I don't see in your log output). Can you send that? Cheers, Mike Charlie Moad wrote: > Python2.5 on OSX.5 > > On Thu, Jun 19, 2008 at 11:14 PM, M

Re: [matplotlib-devel] sphinx error

2008-06-20 Thread Charlie Moad
Python2.5 on OSX.5 On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > What version of Python are you running? All I can think from looking at > the code is that something in the regex is behaving differently for you than > me (on Python 2.5). > > If you just want t

Re: [matplotlib-devel] sphinx error

2008-06-19 Thread Michael Droettboom
What version of Python are you running? All I can think from looking at the code is that something in the regex is behaving differently for you than me (on Python 2.5). If you just want the docs to build (minus the inheritance diagrams), you can put a "return []" at the top of "inheritance_dia