I tried this following an upgrade to 4.6.1.
The help link from the start page to the doc browser worked, but links
from there (e.g. tutorial) appeared to be broken.
Running  sage -docbuild reference html -S -a,-E  seemed to do a lot,
but made no difference to the broken links.
Then I did some more looking around and figured out the -D option.
sage -docbuild -D
which displays the document sets available.
I re-built all of them.

I feel that it should have been automatic with the upgrade to 4.6.1.
==================

On Jan 13, 3:41 pm, John H Palmieri <jhpalmier...@gmail.com> wrote:
> 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

Reply via email to