The presence of a wildcard * in a tag directive in a schema makes sphinx-asdf skip link generation:
|
if "*" in _tag: |
|
ref = None |
It might be possible to resolve the tag version (to the latest tag) prior to generating the link to allow links to be generated for wildcarded tags.
xref: spacetelescope/rad#379
The presence of a wildcard
*in atagdirective in a schema makessphinx-asdfskip link generation:sphinx-asdf/sphinx_asdf/directives.py
Lines 391 to 392 in 232fd23
It might be possible to resolve the tag version (to the latest tag) prior to generating the link to allow links to be generated for wildcarded tags.
xref: spacetelescope/rad#379