mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
Merge pull request #4643 from Steffo99/sphinx-deps
This commit is contained in:
commit
8bbaefbdc9
2 changed files with 6 additions and 0 deletions
|
|
@ -164,6 +164,8 @@ For packagers:
|
|||
|
||||
Other changes:
|
||||
|
||||
* Add ``sphinx`` and ``sphinx_rtd_theme`` as dependencies for a new ``docs`` extra
|
||||
:bug:`4643`
|
||||
* :doc:`/plugins/absubmit`: Deprecate the ``absubmit`` plugin since
|
||||
AcousticBrainz has stopped accepting new submissions.
|
||||
:bug:`4627`
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -128,6 +128,10 @@ setup(
|
|||
'types-requests',
|
||||
'types-Flask-Cors',
|
||||
],
|
||||
'docs': [
|
||||
'sphinx',
|
||||
'sphinx_rtd_theme',
|
||||
],
|
||||
|
||||
# Plugin (optional) dependencies:
|
||||
'absubmit': ['requests'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue