Re: [Python-Dev] cpython: Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore

2014-02-16 Thread Ned Deily
In article 3frhkw2rdjz7...@mail.python.org,
 georg.brandl python-check...@python.org wrote:

 http://hg.python.org/cpython/rev/eef7899ea7ab
 changeset:   89212:eef7899ea7ab
 user:Georg Brandl ge...@python.org
 date:Sun Feb 16 09:46:36 2014 +0100
 summary:
   Doc: do not rely on checked-out Sphinx toolchain from svn.python.org 
   anymore
 
 Nowadays it is likely that people will have Sphinx installed,
 and if not, they will know how to install it.
 
 This also simplifies life a lot for distribution packagers,
 who typically do not want the doc build process to connect
 to external web resources.

This checkin breaks the OS X installer builds, see for instance:

http://buildbot.python.org/all/builders/bolen-dmg-3.x/builds/513

I've opened Issue20644 to address updating the OS X installer build 
process and buildbot to deal with this change.  I imagine it also 
affects the Windows installer build.  This change should not be 
cherry-picked into 3.4.x until these issues are addressed.

-- 
 Ned Deily,
 n...@acm.org

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] cpython: Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore

2014-02-16 Thread Georg Brandl
Am 16.02.2014 23:46, schrieb Ned Deily:
 In article 3frhkw2rdjz7...@mail.python.org,
  georg.brandl python-check...@python.org wrote:
 
 http://hg.python.org/cpython/rev/eef7899ea7ab
 changeset:   89212:eef7899ea7ab
 user:Georg Brandl ge...@python.org
 date:Sun Feb 16 09:46:36 2014 +0100
 summary:
   Doc: do not rely on checked-out Sphinx toolchain from svn.python.org 
   anymore
 
 Nowadays it is likely that people will have Sphinx installed,
 and if not, they will know how to install it.
 
 This also simplifies life a lot for distribution packagers,
 who typically do not want the doc build process to connect
 to external web resources.
 
 This checkin breaks the OS X installer builds, see for instance:
 
 http://buildbot.python.org/all/builders/bolen-dmg-3.x/builds/513
 
 I've opened Issue20644 to address updating the OS X installer build 
 process and buildbot to deal with this change.  I imagine it also 
 affects the Windows installer build.  This change should not be 
 cherry-picked into 3.4.x until these issues are addressed.

Thanks, I hope it will be easy to fix.

Georg

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com