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 SciKit-Learn also 
uses sphinx-gallery. When our documentation is built, the link generated 
points at the SciKit-Learn examples, rather than our own.

How do I force the link to reference the target in our project, rather than 
the one in SciKit-Learn? I've been trying adding things like :project: and 
:Fairlearn: (the name of our project in conf.py) at various places, but 
they are not working.

Thanks in advance,

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/278871ec-bbca-47ec-ae28-94803ea89dddo%40googlegroups.com.

Reply via email to