[Python-Dev] Daily documentation builds

Neal Norwitz nnorwitz at gmail.com
Wed Feb 11 20:07:31 CET 2009


On Wed, Feb 11, 2009 at 6:24 AM, A.M. Kuchling <amk at amk.ca> wrote:
> On Tue, Feb 10, 2009 at 09:16:48PM -0800, Neal Norwitz wrote:
>> I ran 2.6, 3.0, and 3.1 manually.  2.7 should get picked up on the
>> next run.  The problem is that regrtest.py -R hangs from time to time
>> which caused the machine to run out of memory.  Does anyone else have
>> regrtest.py -R hang for them?  Some tests were disabled to try to
>> prevent the problem, but it still happens from time to time.
>
> It's also possible that tools/sphinx needs a manual 'svn update'. A
> recent change to sphinxext/pyspecific.py imports a new package,
> sphinx.builders.  I had to do this to keep my source tree building the
> docs.

Ok, I'll take a look later.  Misc/build.sh should be doing a "make
update" which should fix most problems.  There was one problem a while
back I had to fix manually though.  If you see ways to make Misc/build
more robust, feel free to check in changes.  The doc section is at the
bottom of the file.

n


More information about the Python-Dev mailing list