Style fix in docs/conf.py

This commit is contained in:
Dave Shawley 2023-07-28 09:14:26 -04:00
parent 672c7f9670
commit 81128b8d54
No known key found for this signature in database
GPG Key ID: F41A8A99298F8EED
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ intersphinx_mapping = {
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
extensions.append('sphinx.ext.extlinks')
extlinks = {
'issue': ("https://github.com/sprockets/sprockets-statsd/issues/%s", "#%s"),
'issue':
("https://github.com/sprockets/sprockets-statsd/issues/%s", "#%s"),
'tag': ("https://github.com/sprockets/sprockets-statsd/compare/%s", "%s"),
}