Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extensions = ['sphinx.ext.extlinks']
extlinks = {
'user': ('https://github.com/%s', '@%s'),
'repo': ('https://github.com/%s', 'project %s'),
}
extlinks_detect_hardcoded_links = True