On Sat, Jun 4, 2011 at 11:09 AM, Benjamin Root <ben.r...@ou.edu> wrote:

> On Fri, Jun 3, 2011 at 6:15 PM, John Hunter <jdh2...@gmail.com> wrote:
>
>>
>>
>> On Fri, Jun 3, 2011 at 3:37 PM, Benjamin Root <ben.r...@ou.edu> wrote:
>>
>>> By the way, whoever is the one to push the docs up to sourceforge, you
>>> can now do so from the v1.0.x-maint branch.  I have built it on my computer
>>> and all of my own changes appear correct.  I couldn't test *everything* (my
>>> LaTeX setup isn't quite right), but everything I intended to change appears
>>> to be there.
>>>
>>> I just pushed the doc build from the maint branch up to sf.  Take it for
>> a test drive.  Thanks for pushing through on the doc fix patch.
>>
>> JDH
>>
>>
> No problem, glad to be of service.  The pages look fine so far (although I
> want to see if I can get it to be more friendly to people with smaller
> screens such as an EeePC).  There will be some additional work I will put in
> to improve the docs for the 1.1.0 release.  If anybody has a wishlist or
> complaints about the current docs, just let me know.
>
> I have also tried building the docs from master after merging, and the
> debugger problem happened again using  the latest from sphinx.  I will look
> into it further to see if I can turn that "feature" off.
>
> Ben Root
>

Looks like it is a feature, not a bug.  sphinx-build has a command-line
option "-P" which fires off pdb whenever there is an unhandled exception.
Removing that keeps the pdb from firing off, but this still doesn't solve
our problem.  The multiprocessing pool does not exit out and the process
still hangs.

Right now, I am trying to figure out why the --small option  to make.py is
causing an unhandled exception in master with the latest sphinx.  It seems
like bad command-line parsing by sphinx.

Ben Root
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to