On Fri, Aug 14, 2020, 7:58 AM R Edgar wrote:
> Greetings,
>
> I'm trying to generate a reference to my project's examples, as generated
> by sphinx-gallery. The normal way to do this is:
> :ref:`sphx_glr_auto_examples`
> (since the target is defined by Sphinx gallery itself). However, we are
> al
On Fri, 14 Aug 2020 at 17:22, Komiya Takeshi 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
> intersphi
Hi,
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
referenc
Greetings,
I'm trying to generate a reference to my project's examples, as generated
by sphinx-gallery. The normal way to do this is:
:ref:`sphx_glr_auto_examples`
(since the target is defined by Sphinx gallery itself). However, we are
also using intersphinx to reference our dependencies, and Sc