mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-21 19:28:35 +00:00
Fix issue extlinks configuration.
This commit is contained in:
parent
9054c729f5
commit
7793a189a0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ 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", "#"),
|
||||
'tag': ("https://github.com/sprockets/sprockets-statsd/compare/%s", "%s"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue