Hi Sébastien, On Fri, Sep 24, 2010 at 4:51 AM, slabbe <sla...@gmail.com> wrote: > /Users/slabbe/Applications/sage-4.5.3/devel/sage/doc/en/reference/ > combinat/index.rst:4: (WARNING/2) toctree references unknown document > u'sage/combinat/e_one_star' > > But that file is added by the patch. Somebody ever seen that problem?
Warnings like this happens when you rebuild the documentation. One way to fix it is to completely delete the whole output directory to which built documentation is deposited. Then build the documentation from scratch. That is, $ cd SAGE_ROOT $ rm -rf devel/sage-main/doc/output/ $ ./sage -b main $ ./sage -docbuild --no-pdf-links reference html 2>&1 | tee -a dochtml.log -- Regards Minh Van Nguyen -- 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