summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/conf.py
blob: f463449719e80a17c9ceca1bd0963589cea62fdd (plain)
1
2
3
4
5
6
extensions = ['sphinx.ext.extlinks']
extlinks = {
    'user': ('https://github.com/%s', '@%s'),
    'repo': ('https://github.com/%s', 'project %s'),
}
extlinks_detect_hardcoded_links = True