John Hunter wrote: > On Sat, Jan 2, 2010 at 12:34 AM, Eric Firing <efir...@hawaii.edu> wrote: >> Jae-Joon Lee wrote: >>> The error happens because of the *.rst files under doc/examples that >>> are not in sync with examples/*.py. >>> Removing that directory (doc/examples) will solve the problem (the >>> directory will be repopulated when you run make.py again). Here is a >>> related link. >>> >>> http://old.nabble.com/python-make.py-html-failure-tt26894350.html >> Thank you for the quick response. That was it, exactly. There are >> still some example script failures, but nothing that stops the build in >> its tracks. >> >>> Maybe we need something like "python make.py clean"? >> Yes, if the generated files can't all land in the "build" directory (as >> would seem preferable), then the next-best thing would be to have >> make.py able to do a thorough cleaning. > > I just do svn-clean whenever I have a problem > > http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn-clean
I didn't know about that. It seems strange that svn has no such command built in. Mercurial has "hg purge", so I was expecting to find something similar in svn. It seems like a pretty basic operation. Do you know why the plot directive (I assume that is the cause of the problem) cannot put all generated output in build? Or is this a more general Sphinx wart? Eric ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel