From: Nils W. <nw...@ia...> - 2009-12-23 07:59:01
|
On Tue, 22 Dec 2009 17:38:41 -0500 Jae-Joon Lee <lee...@gm...> 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_fixed_size_axes.py from the >svn. But if > you ever have built the documentation with previous svn >checkout > (before that file is removed), then you already have >some associated > rst files under the doc/examples directory. And the >errors are raised > when these obsolete files are processed with sphinx. > > I think removing doc/examples directory will solve the >problem, or > build the doc from the completely new checkout. > > We may delete the "doc/examples" directory within the >"make.py", but > I'm not sure how much this will slow down the build >time. > > Please let me know if there still is a problem. > > Regards, > > -JJ Removing doc/examples has resolved the problem. Thank you very much ! Regards, Nils |