Re: [Matplotlib-users] python make.py html failure in r8281

2010-04-28 Thread Michael Droettboom
That file was renamed in r8202: http://www.mail-archive.com/matplotlib-check...@lists.sourceforge.net/msg04371.html But that shouldn't impact building of the docs (it doesn't for me). Have you tried doing a "python make.py clean"? Mike Nils Wagner wrote: > /home/nwagner/local/lib64/python2

[Matplotlib-users] python make.py html failure in r8281

2010-04-28 Thread Nils Wagner
/home/nwagner/local/lib64/python2.6/site-packages/matplotlib/sphinxext/plot_directive.py:300: PlotWarning: Exception running plot /home/nwagner/svn/matplotlib/doc/mpl_examples/pylab_examples/fig_subplot_demo.py Traceback (most recent call last): File "/home/nwagner/local/lib64/python2.6/site

Re: [Matplotlib-users] python make.py html failure

2009-12-23 Thread Nils Wagner
On Tue, 22 Dec 2009 17:38:41 -0500 Jae-Joon Lee wrote: > As far as I can see, this happens when there are >obsolete rst files > (related with the Gallery I guess), created during the >doc. build with > previous svn checkout. > >For example, I recently removed > mpl_examples/axes_grid/demo_fix

Re: [Matplotlib-users] python make.py html failure

2009-12-22 Thread Jae-Joon Lee
As far as I can see, this happens when there are obsolete rst files (related with the Gallery I guess), created during the doc. build with previous svn checkout. For example, I recently removed mpl_examples/axes_grid/demo_fixed_size_axes.py from the svn. But if you ever have built the documentatio

Re: [Matplotlib-users] python make.py html failure

2009-12-22 Thread Michael Droettboom
I get the same errors as you (which seem to indicate a bug in the axis_grid toolkit), but it's not catastrophic -- the documentation is ultimately built anyway, missing a couple of figures. (I tried with both Sphinx 0.6.3 and Sphinx hg latest). Have you tried a clean rebuild? (By removing the

[Matplotlib-users] python make.py html failure

2009-12-22 Thread Nils Wagner
Hi all, I cannot build the documentation of matplotlib. I am using the latest svn of numpy and matplotlib. How can I fix the problem ? Nils python make.py html Running Sphinx v1.0 loading pickled environment... not found animation, api, axes_grid, event_handling, misc, mplot3d,