On Fri, 14 Aug 2020 at 17:22, Komiya Takeshi <
i.tk...@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.