Re: [matplotlib-devel] debugger in docs

2009-05-07 Thread Jouni K . Seppänen
John Hunter writes: > I was just trying to build the docs in svn HEAD< and got an exception > that through me into the debugger. This is something I haven't seen > before -- does anyone know where the debugger is being turned on In make.py, sphinx-build is called with -P: if os.system('sph

[matplotlib-devel] debugger in docs

2009-05-07 Thread John Hunter
I was just trying to build the docs in svn HEAD< and got an exception that through me into the debugger. This is something I haven't seen before -- does anyone know where the debugger is being turned on And thanks JJ for the excellent legend tutorial! JDH ---