Hi Martin, thanks, that did give me some clues, and I also found the ReadTheDocs Intersphinx documentation <https://docs.readthedocs.io/en/stable/guides/intersphinx.html> helpful.
I got a basic prototype working with std:doc and a simple $ for the URI in the jira.objects.inv: ABC-1234 std:doc -1 $ This is an example JIRA ticket reference. Then the following reference: Reference to :doc:`jira:ABC-1234`. Generates the desired output: Reference to This is an example JIRA ticket reference. <https://example.atlassian.net/browse/ABC-1234>. I'll mention that I also stumbled upon a few other projects that address this in other ways: https://sphinxcontrib-needs.readthedocs.io/ https://sphinx-test-reports.readthedocs.io/en/latest/ https://github.com/melexis/jira-traceability https://github.com/sphinx-contrib/requirements Thanks much for your tips! Ed On Wednesday, November 4, 2020 at 5:59:57 AM UTC-5 [email protected] wrote: > Hello Ed, > > using the sphobjinv <https://github.com/bskinn/sphobjinv> converter.... > > ah, interesting, I'll take a look. > > Have you seen > https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#showing-all-links-of-an-intersphinx-mapping-file > ? > > You could run that for your file and, let's say, > https://docs.python.org/3/objects.inv and then compare the two. > > -- > > 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/8812577b-067b-40a9-b45d-30dd019cfb9en%40googlegroups.com.
