Reverting dicussions extlink

Discussions on github can be referenced as issues. The discussions
extlink was therefore not needed.
This commit is contained in:
Pieter Lenaerts 2023-06-03 08:20:00 +02:00
parent 1411510d55
commit 12db5fc4c9
2 changed files with 1 additions and 3 deletions

View file

@ -207,9 +207,8 @@ Other changes:
* :doc:`/plugins/lyrics`: Remove Musixmatch from default enabled sources as
they are currently blocking requests from the beets user agent.
:bug:`4585`
* :doc:`/faq`: :ref:`multidisc`: Elaborated the multi-disc FAQ :discussions:`4806`
* :doc:`/faq`: :ref:`multidisc`: Elaborated the multi-disc FAQ :bug:`4806`
* :doc:`/faq`: :ref:`src`: Removed some long lines.
* /conf.py: Added extlink for github discussions.
1.6.0 (November 27, 2021)
-------------------------

View file

@ -19,7 +19,6 @@ pygments_style = 'sphinx'
# External links to the bug tracker and other sites.
extlinks = {
'bug': ('https://github.com/beetbox/beets/issues/%s', '#%s'),
'discussions': ('https://github.com/beetbox/beets/discussions/%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'),