You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
698 B
20 lines
698 B
2 years ago
|
diff --git a/docs/conf.py b/docs/conf.py
|
||
|
index 274263a1..8f30eb14 100644
|
||
|
--- a/docs/conf.py
|
||
|
+++ b/docs/conf.py
|
||
|
@@ -26,10 +26,10 @@
|
||
|
exclude_patterns = ['_build']
|
||
|
|
||
|
extlinks = {
|
||
|
- 'bug': ('https://github.com/quodlibet/mutagen/issues/%s', '#'),
|
||
|
- 'pr': ('https://github.com/quodlibet/mutagen/pull/%s', '#pr'),
|
||
|
- 'commit': ('https://github.com/quodlibet/mutagen/commit/%s', '#'),
|
||
|
- 'user': ('https://github.com/%s', ''),
|
||
|
+ 'bug': ('https://github.com/quodlibet/mutagen/issues/%s', '#%s'),
|
||
|
+ 'pr': ('https://github.com/quodlibet/mutagen/pull/%s', '#pr%s'),
|
||
|
+ 'commit': ('https://github.com/quodlibet/mutagen/commit/%s', '%s'),
|
||
|
+ 'user': ('https://github.com/%s', '%s'),
|
||
|
}
|
||
|
|
||
|
|