Re: [matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 4:20 AM, Sandro Tosi wrote: > -shutil.copy('mpl_data/matplotlibrc', '_static/matplotlibrc') > +shutil.copy('../lib/matplotlib/mpl-data/matplotlibrc', > '_static/matplotlibrc') > This has already been committed to the 98.5 branch. JDH -

Re: [matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-16 Thread Sandro Tosi
Hello John and Darren, On Sun, Dec 14, 2008 at 22:05, John Hunter wrote: > On Sun, Dec 14, 2008 at 7:46 PM, Sandro Tosi wrote: > >> Well, what I'm actually asking is: can I use any matplotlibrc file (be >> it from any location in the tarball or forged during build process) or >> the one in doc/m

Re: [matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-14 Thread John Hunter
On Sun, Dec 14, 2008 at 7:46 PM, Sandro Tosi wrote: > Well, what I'm actually asking is: can I use any matplotlibrc file (be > it from any location in the tarball or forged during build process) or > the one in doc/mpl_data has something specific to documentation that > needs to be preserved. In

Re: [matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-14 Thread Darren Dale
On Sun, Dec 14, 2008 at 1:46 PM, Sandro Tosi wrote: > Hello, > > On Sun, Dec 14, 2008 at 17:07, Darren Dale wrote: > > On Sun, Dec 14, 2008 at 8:12 AM, Sandro Tosi wrote: > >> > >> Hello, > >> while preparing the debian package update for 0.98.5 I went thru a > >> problem: we remove doc/mpl_dat

Re: [matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-14 Thread Sandro Tosi
Hello, On Sun, Dec 14, 2008 at 17:07, Darren Dale wrote: > On Sun, Dec 14, 2008 at 8:12 AM, Sandro Tosi wrote: >> >> Hello, >> while preparing the debian package update for 0.98.5 I went thru a >> problem: we remove doc/mpl_data/matplotlibrc because it will be >> modified (to change backend (tha

Re: [matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-14 Thread Darren Dale
On Sun, Dec 14, 2008 at 8:12 AM, Sandro Tosi wrote: > Hello, > while preparing the debian package update for 0.98.5 I went thru a > problem: we remove doc/mpl_data/matplotlibrc because it will be > modified (to change backend (that now is set to MacOSX in the tarball > distributed..?)) and up to

[matplotlib-devel] 0.98.5 - Doc building question on matplotlibrc

2008-12-14 Thread Sandro Tosi
Hello, while preparing the debian package update for 0.98.5 I went thru a problem: we remove doc/mpl_data/matplotlibrc because it will be modified (to change backend (that now is set to MacOSX in the tarball distributed..?)) and up to now it wasn't used. Now, doc/make.py fails because of shutil