On Jan 13, 11:25 am, kcrisman <kcris...@gmail.com> wrote: > I think you have to use > > ./sage -docbuild reference html > > or some similar syntax. This should force it.
This will build anything it thinks has changed since the last time. To force rebuilding the whole manual, the easiest (and most destructive) thing to do is to delete the entire directory SAGE_ROOT/ devel/sage/doc/output/. There is also a command which forces it which I always have to look up. I think this should do it: sage -docbuild reference html -S -a,-E "-S" passes the rest of the argument to Sphinx, and "-a" builds all files (not just changed ones) while "-E" tells it to ignore old builds and build from scratch: see <http://sphinx.pocoo.org/invocation.html#cmdoption-a> -- John -- 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