Re: [Python-3000] Automated py3k doc builds

2007-03-20 Thread Collin Winter
On 3/20/07, Neal Norwitz <[EMAIL PROTECTED]> wrote: > http://docs.python.org/dev/3.x/ > > will be updated every hour. > > http://docs.python.org/dev/3.x/results/ > > contains the results of the last build. Woohoo! Thanks, Neal! ___ Python-3000 mailing li

Re: [Python-3000] Automated py3k doc builds

2007-03-20 Thread Neal Norwitz
http://docs.python.org/dev/3.x/ will be updated every hour. http://docs.python.org/dev/3.x/results/ contains the results of the last build. n -- On 3/20/07, Collin Winter <[EMAIL PROTECTED]> wrote: > I just discovered that the p3yk/ branch can't do a docs build because > almost none of the cod

Re: [Python-3000] Automated py3k doc builds

2007-03-20 Thread Brett Cannon
On 3/20/07, Collin Winter <[EMAIL PROTECTED]> wrote: > I just discovered that the p3yk/ branch can't do a docs build because > almost none of the code in Doc/tools/ is valid Python 3 [1]. How hard > would it be to set up something akin to http://docs.python.org/dev/ > for p3yk (ie, regular, automat