extensions = ['sphinx.ext.extlinks']
extlinks = {
    'user': ('https://github.com/%s', '@%s'),
    'repo': ('https://github.com/%s', 'project %s'),
}
extlinks_detect_hardcoded_links = True
