[sphinx-dev] Re: including docs with distribution...

2009-10-20 Thread TJG
Chris Withers wrote: > Thomas G. Willis wrote: >> I guess what I would like to have is something like... >> >> c:\project\myegg-src>python setup.py bdist_egg >> >> to produce... >> >> ./myegg-0.0 >> /docs >> /myegg >> /tests >> >> But I'm not quite grokking how to get this to work. >

[sphinx-dev] Re: including docs with distribution...

2009-10-20 Thread Thomas G. Willis
On Tue, Oct 20, 2009 at 6:25 AM, Chris Withers wrote: > > Thomas G. Willis wrote: > > I guess what I would like to have is something like... > > > > c:\project\myegg-src>python setup.py bdist_egg > > > > to produce... > > > > ./myegg-0.0 > > /docs > > /myegg > > /tests > > > > But I'm

[sphinx-dev] Re: including docs with distribution...

2009-10-20 Thread Chris Withers
Thomas G. Willis wrote: > I guess what I would like to have is something like... > > c:\project\myegg-src>python setup.py bdist_egg > > to produce... > > ./myegg-0.0 > /docs > /myegg > /tests > > But I'm not quite grokking how to get this to work. Why would you want to include doc