Skip to content

Commit

Permalink
fix sphinx extlinks format
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Jan 6, 2024
1 parent 7c02aa6 commit f0dc392
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -267,11 +267,11 @@


extlinks = {
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#'),
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#%s'),
'branch': (
'https://github.com/sass/libsass-python/compare/main...%s',
'',
'%s',
),
'commit': ('https://github.com/sass/libsass-python/commit/%s', ''),
'upcommit': ('https://github.com/sass/libsass/commit/%s', ''),
'commit': ('https://github.com/sass/libsass-python/commit/%s', '%s'),
'upcommit': ('https://github.com/sass/libsass/commit/%s', '%s'),
}

0 comments on commit f0dc392

Please sign in to comment.