You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sphinx-lint incorrectly reports a "missing-underscore-after-hyperlink" error for URLs used within inline download directives, even though these URLs are properly formatted and don't require trailing underscores according to reST syntax.
Expected Behavior
Sphinx-lint should recognize that URLs within download directives are valid and not require trailing underscores, as they are not inline link references.