From 71ed854d1e9474e92431af7854dba1f026b3477d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 20 Jan 2023 12:11:52 +0100 Subject: [PATCH 1/3] Add `sphinx` and `sphinx_rtd_theme` as deps for a new `docs` extra --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index a6984ffd2..a2990a7a3 100755 --- a/setup.py +++ b/setup.py @@ -128,6 +128,10 @@ setup( 'types-requests', 'types-Flask-Cors', ], + 'docs': [ + 'sphinx', + 'sphinx_rtd_theme', + ], # Plugin (optional) dependencies: 'absubmit': ['requests'], From aa28c274b992348099300503718f075b19958b6f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 20 Jan 2023 13:36:29 +0100 Subject: [PATCH 2/3] Add changelog entry --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 66802d203..3df167417 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,7 @@ Changelog goes here! New features: +* Add ``sphinx`` and ``sphinx_rtd_theme`` as dependencies for a new ``docs`` extra * We now import the remixer field from Musicbrainz into the library. :bug:`4428` * :doc:`/plugins/mbsubmit`: Added a new `mbsubmit` command to print track information to be submitted to MusicBrainz after initial import. From cf56d05204ed46ef94e8b8aad8b39ca4e99da472 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 22 Jan 2023 14:16:39 +0100 Subject: [PATCH 3/3] Move changelog entry to other changes --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3df167417..d824d41db 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,6 @@ Changelog goes here! New features: -* Add ``sphinx`` and ``sphinx_rtd_theme`` as dependencies for a new ``docs`` extra * We now import the remixer field from Musicbrainz into the library. :bug:`4428` * :doc:`/plugins/mbsubmit`: Added a new `mbsubmit` command to print track information to be submitted to MusicBrainz after initial import. @@ -143,6 +142,7 @@ For packagers: Other changes: +* Add ``sphinx`` and ``sphinx_rtd_theme`` as dependencies for a new ``docs`` extra * :doc:`/plugins/limit`: Limit query results to head or tail (``lslimit`` command only) * :doc:`/plugins/fish`: Add ``--output`` option.