On Fri, 14 Aug 2020 at 17:22, Komiya Takeshi <i.tkom...@gmail.com> wrote:
>
> I'm not familiar with sphinx-gallery. So I'm saying about only
> intersphinx's behavior.
> The intersphinx works as a fallback on resolving cross-references. So
> Sphinx tries to resolve it on local document at first. And it calls
> intersphinx only if not resolved. In other words, all of the
> references will be linked to the local project by default. It will be
> linked to external documents only if the label is not found on the
> local document.

Yes - I eventually found the issue via:
python -m sphinx.ext.intersphinx build/html/objects.inv
which revealed that I had the wrong sphinx-gallery link

Thanks,

Richard

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAGTAQ3OK23X1aRfaqLFkRR-kK_du0BMvyWjKnui5r6seyiTMqQ%40mail.gmail.com.

Reply via email to