We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c02aa6 commit f0dc392Copy full SHA for f0dc392
docs/conf.py
@@ -267,11 +267,11 @@
267
268
269
extlinks = {
270
- 'issue': ('https://github.com/sass/libsass-python/issues/%s', '#'),
+ 'issue': ('https://github.com/sass/libsass-python/issues/%s', '#%s'),
271
'branch': (
272
'https://github.com/sass/libsass-python/compare/main...%s',
273
- '',
+ '%s',
274
),
275
- 'commit': ('https://github.com/sass/libsass-python/commit/%s', ''),
276
- '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'),
277
}
0 commit comments