linkify_issuesΒΆ
linkify_issues is a Sphinx extension that turns plain issue references
such as #1 into links such as #1.
Add the extension and set issue_url_tpl; the default pattern already handles
numbered GitHub issues.
How-to
Configure the default GitHub issue-link workflow.
Custom Patterns
Tune the one-group issue pattern safely.
Examples
See default and custom issue-link snippets.
API Reference
Inspect the Sphinx transform and setup hook.