John Hunter <[email protected]> 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('sphinx-build %s -P -b html -d build/doctrees . build/html' % 
options):
        raise SystemExit("Building HTML failed.")

And that means:

         -P        -- run Pdb on exception

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to