mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
3 lines
122 B
Python
3 lines
122 B
Python
|
extensions = ['sphinx.ext.extlinks']
|
||
|
extlinks = {'issue': ('https://github.com/sphinx-doc/sphinx/issues/%s', 'issue %s')}
|