> On 25/10/2017, at 10:35, Eric Gourgoulhon <egourgoul...@gmail.com> wrote:
> 
> It seems to me (but I may be wrong) that building the doc requires two runs, 
> like latex: during the first pass, all references are collected and are 
> listed as "undefined" if the anchor has not been encountered yet; it is only 
> during the second run that all references are correctly resolved. It seems 
> that 
> - "sage -docbuild" performs only a single run, so it is not capable to set 
> all the references after a "make doc-clean"
> - "make doc" performs two passes, thereby resolving all references
> 

Well, in sage-on-gentoo I do 
"${PYTHON}" sage_setup/docbuild/__main__.py --no-pdf-links all html
which is more or less what "./sage -docbuild --no-pdf-links all html”
does and it works. I have some minor patching in the area but I don’t
believe that’s essential to make work.

François

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to