On Tue, Oct 14, 2008 at 7:35 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > I saw this blank image problem a couple of weeks ago, and I was seeing it in > my local doc builds as well. > > It appeared then that this change broke inline plots: > > """ > r6089 | jdh2358 | 2008-09-13 10:28:09 -0400 (Sat, 13 Sep 2008) | 1 line > > replaced ipython run magic with code.InteractiveConsole.runsource > """ > > because InteractiveConsole injects a number of things in __builtin__ that > interfere with recent SVN versions of Sphinx. > > """ > r6137 | mdboom | 2008-09-30 16:07:54 -0400 (Tue, 30 Sep 2008) | 3 lines > > [ 2138392 ] API doc for add_subplot() > Also fixing numerous problems with the documentation build. It seems that > the change in plot_directive.py to use the "code" module to run scripts > interferes with i18n in Sphinx (due to the overloading of '_' as a symbol). > Changed to use the fewer-moving-parts imp.load_module() instead. > """ > > I changed this in SVN to just use imp.load_module instead, and this resolved > the problem locally. I had expected the doc buildbot to pick it up and run > with it, but I never followed up to see if it ever did. It's possible that > this SF quota/login etc. problem has been blocking the updates all this > time. So it's not necessarily that the files are transferring incorrectly, > merely that they haven't been transferring at all since Sept 30 or before.
Just checked my cron emails again and indeed, the last successful update was in mid September. I'll need to keep a closer eye on these. Indeed, sourceforge revamped their shell services and I missed the email. Details are here http://sourceforge.net/community/forum/topic.php?id=3471&page&replies=2 Short answer: there is no longer any ssh shell access but sftp and rsync over ssh are supported. The new server is web.sf.net. I updated my makefile and synced the docs, so http://matplotlib.sourceforge.net/doc/html/ is live again JDH JDH ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users