parent
494a6c7a8d
commit
a3d3a4206a
@ -0,0 +1,19 @@
|
||||
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'),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in new issue