On 2012-04-20 13:19, Jeroen Demeyer wrote: > After working on #12857 and rebuilding the documentation, I get "UNABLE > TO IMPORT MODULE" as documentation of sage/combinat/e_one_star. > > That is: the documentation page of that module has "UNABLE TO IMPORT > MODULE" as title and nothing else. There is no error or warning during > the docbuilding, only in the produced documentation. > > Any clues how to fix this? Importing the module from sage works just fine: > > sage: import sage.combinat.e_one_star
It seems that Sage is somehow "stuck" into thinking that the module can't be imported. Removing the patch from my patch queue doesn't help, when running "make doc-html", Sphinx doesn't even *try* anymore to recompile the offending file (it's not in the list of files shown during the Sphinx run). It looks like this failure is cached somehow. -- 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