Hello,

> I am just learning Sphinx and would appreciate guidance on the best
> way to insert links to external records. Specifically wanting to write
> product documentation in Sphinx and link to corresponding API
> documentation,

what we did for a while in TYPO3 documentation (https://docs.typo3.org) was:

- use a script to create an 'objects.inv' file for tha API urls

- then use normal intersphinx crossreferencing.

Follow these explanations:
https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

This works totally fine. However we gave up on this as our API was
changing too much from version to version and we didn't need that many
links.

Martin Bless


-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/0b257a4c-3333-c89a-7ef2-3b2cc19d512b%40gmail.com.

Reply via email to