On 10/26/2009 05:16 PM, John H Palmieri wrote: > On Oct 26, 4:52 pm, William Stein <wst...@gmail.com> wrote: >> On Mon, Oct 26, 2009 at 4:41 PM, John H Palmieri <jhpalmier...@gmail.com> >> wrote: >> >>>> Why do we do *anything* with Sphinx after cloning? Shouldn't we just >>>> copy everything over? >> >>> Because if we just copy everything over, >>> Sphinx gets confused (for >>> reasons I don't understand) and thinks that everything needs to be >>> rebuilt. >> >> Did you try copying with "cp -p"? > > We tried all sorts of things: see the discussion at <http:// > trac.sagemath.org/sage_trac/ticket/6187>.
Do we know why the process hangs or appears to hang? What happens with # cmd = 'sage -docbuild%s --update-mtimes reference html'%jsmath cmd = 'sage -docbuild%s --update-mtimes reference html -v3'%jsmath print cmd proc = subprocess.Popen([cmd], shell=True) # proc = subprocess.Popen([cmd], stdout=subprocess.PIPE, shell=True) in sage-clone? Is Sphinx simply rebuilding the reference manual? (Or is the warning at http://docs.python.org/library/subprocess.html#popen-objects relevant?) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---