From: Benjamin R. <ben...@ou...> - 2011-10-03 22:51:22
|
On Mon, Oct 3, 2011 at 5:31 PM, Sandro Tosi <mo...@de...> wrote: > On Mon, Oct 3, 2011 at 23:00, Benjamin Root <ben...@ou...> wrote: > > I tried this once, but I don't remember if it worked or not. In > > doc/make.py, there is a os.system call to sphinx-build. The "-P" option > > apparently forces sphinx to kick over to the pdb upon an exception. Try > > removing that option and rebuild the docs again. Maybe it won't hang > > anymore? > > nope, sadly that doesn't help. > > Regards, > -- > Sandro Tosi (aka morph, morpheus, matrixhasu) > My website: http://matrixhasu.altervista.org/ > Me at Debian: http://wiki.debian.org/SandroTosi > Ok, then on line 112 of doc/sphinxext/gen_gallery.py, get rid of "pool." and just do a regular map() call. This will force single processing mode and reveal which example is causing issues. Ben Root |