Skip to content

Commit f0dc392

Browse files
committed
fix sphinx extlinks format
1 parent 7c02aa6 commit f0dc392

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@
267267

268268

269269
extlinks = {
270-
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#'),
270+
'issue': ('https://github.com/sass/libsass-python/issues/%s', '#%s'),
271271
'branch': (
272272
'https://github.com/sass/libsass-python/compare/main...%s',
273-
'',
273+
'%s',
274274
),
275-
'commit': ('https://github.com/sass/libsass-python/commit/%s', ''),
276-
'upcommit': ('https://github.com/sass/libsass/commit/%s', ''),
275+
'commit': ('https://github.com/sass/libsass-python/commit/%s', '%s'),
276+
'upcommit': ('https://github.com/sass/libsass/commit/%s', '%s'),
277277
}

0 commit comments

Comments
 (0)