sphinx/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements/conf.py

6 lines
151 B
Python
Raw Normal View History

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