mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 01:25:47 +01:00
Add missing placeholders to extlinks captions
Sphinx 6.0.0 changed extlinks to always require placeholders in link
captions. See 93cf1a57d9
This commit is contained in:
parent
cc7abe3a47
commit
2106f471af
1 changed files with 4 additions and 4 deletions
|
|
@ -18,10 +18,10 @@ pygments_style = 'sphinx'
|
|||
|
||||
# External links to the bug tracker and other sites.
|
||||
extlinks = {
|
||||
'bug': ('https://github.com/beetbox/beets/issues/%s', '#'),
|
||||
'user': ('https://github.com/%s', ''),
|
||||
'pypi': ('https://pypi.org/project/%s/', ''),
|
||||
'stdlib': ('https://docs.python.org/3/library/%s.html', ''),
|
||||
'bug': ('https://github.com/beetbox/beets/issues/%s', '#%s'),
|
||||
'user': ('https://github.com/%s', '%s'),
|
||||
'pypi': ('https://pypi.org/project/%s/', '%s'),
|
||||
'stdlib': ('https://docs.python.org/3/library/%s.html', '%s'),
|
||||
}
|
||||
|
||||
linkcheck_ignore = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue