beets/.github/workflows
Šarūnas Nejus 826783d4c3
Define docs dependencies as an extra
Seems like readthedocs build expects docs dependencies to be available
as an extra, see one of the failing builds: https://app.readthedocs.org/projects/beets/builds/26079213/.

You can see this has been failing due to missing 'pydata_sphinx_theme':

    raise ThemeError(__('no theme named %r found (missing theme.toml?)') % name)
    sphinx.errors.ThemeError: no theme named 'pydata_sphinx_theme' found (missing theme.toml?)
    Theme error:
    no theme named 'pydata_sphinx_theme' found (missing theme.toml?)
2024-10-30 11:55:55 +00:00
..
changelog_reminder.yaml Quote changed files glob 2024-06-14 16:00:36 +01:00
ci.yaml ci: Replace pull_request with pull_request_target 2024-10-20 17:05:44 +01:00
integration_test.yaml Update workflows 2024-06-10 13:46:25 +01:00
lint.yml Define docs dependencies as an extra 2024-10-30 11:55:55 +00:00
make_release.yaml Make make-github-release job dependent on publish-to-pypi 2024-06-15 08:48:13 +01:00