Re: Pycon 2014

2014-04-06 Thread Yaroslav Halchenko
On Sun, 06 Apr 2014, Barry Warsaw wrote: > Hi folks, > I'll be heading up to Montreal for the Python conference on Tuesday April 8th > and will be there until the 18th. If you're also going to the conference, it > would be great to meet up, sign keys, and chat about Python on Debian. +1 see y

Pycon 2014

2014-04-06 Thread Barry Warsaw
Hi folks, I'll be heading up to Montreal for the Python conference on Tuesday April 8th and will be there until the 18th. If you're also going to the conference, it would be great to meet up, sign keys, and chat about Python on Debian. https://us.pycon.org/2014/ Cheers, -Barry signature.asc D

Re: pybuild sphinxdoc and extensions

2014-04-06 Thread Piotr Ożarowski
[PICCA Frederic-Emmanuel, 2014-04-06] > so I would like to know how to change this snipset to use the > {build_dir} for the PYTHONPATH. you cannot really use pybuild for this, it will invoke your command after or before each interpreter/version call. If you hardcode pybuild's internal paths on the

Re: pybuild sphinxdoc and extensions

2014-04-06 Thread Thomas Goirand
On 04/06/2014 03:32 PM, PICCA Frederic-Emmanuel wrote: > Hello > > I try to find a way to teach my rules files how to generate the documentation > using pybuild > > I found the classique > > override_dh_auto_build-indep: > dh_auto_build > PYTHONPATH=. http_proxy='localhost' sphi

pybuild sphinxdoc and extensions

2014-04-06 Thread PICCA Frederic-Emmanuel
Hello I try to find a way to teach my rules files how to generate the documentation using pybuild I found the classique override_dh_auto_build-indep: dh_auto_build PYTHONPATH=. http_proxy='localhost' sphinx-build -N -bhtml doc/source build/html # HTML generator but is does n