Welcome to mirror list, hosted at ThFree Co, Russian Federation.

conf.py « test-ext-extlinks-hardcoded-urls « roots « tests - github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db0b3410f8321edc66458c0bf553898da32becd5 (plain)
1
2
3
extensions = ['sphinx.ext.extlinks']
extlinks = {'issue': ('https://github.com/sphinx-doc/sphinx/issues/%s', 'issue %s')}
extlinks_detect_hardcoded_links = True