Re: [sphinx-users] Disambiguating intersphinx references

2020-11-25 Thread Daniel Scott
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

Re: [sphinx-users] Disambiguating intersphinx references

2020-08-14 Thread R Edgar
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

Re: [sphinx-users] Disambiguating intersphinx references

2020-08-14 Thread Komiya Takeshi
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

[sphinx-users] Disambiguating intersphinx references

2020-08-14 Thread R Edgar
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