Merge pull request #4643 from Steffo99/sphinx-deps

This commit is contained in:
J0J0 Todos 2023-03-08 16:58:48 +01:00 committed by GitHub
commit 8bbaefbdc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -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`

View file

@ -128,6 +128,10 @@ setup(
'types-requests',
'types-Flask-Cors',
],
'docs': [
'sphinx',
'sphinx_rtd_theme',
],
# Plugin (optional) dependencies:
'absubmit': ['requests'],