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
-
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
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
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
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
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
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