sphinx/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/conf.py
oleg.hoefling 8356260554
extlinks: replacement suggestions for hardcoded links
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
2021-11-12 09:38:59 +01:00

6 lines
151 B
Python

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