Skip to content

feat: support installing PEP 735 dependency groups from pyproject.toml - #60

Merged
SilverRainZ merged 1 commit into
sphinx-notes:v3from
arunoruto:feat/pyproject-dependency-groups
Aug 4, 2026
Merged

feat: support installing PEP 735 dependency groups from pyproject.toml#60
SilverRainZ merged 1 commit into
sphinx-notes:v3from
arunoruto:feat/pyproject-dependency-groups

Conversation

@arunoruto

Copy link
Copy Markdown
Contributor

Adds an opt-in pyproject_group input that installs a named [dependency-groups] entry via pip install --group, so docs tooling can be declared as a dev-only group instead of a published package extra.

Closes #49

Adds an opt-in `pyproject_group` input that installs a named
`[dependency-groups]` entry via `pip install --group`, so docs tooling
can be declared as a dev-only group instead of a published package
extra.
@SilverRainZ
SilverRainZ merged commit 39eda6f into sphinx-notes:v3 Aug 4, 2026
@arunoruto
arunoruto deleted the feat/pyproject-dependency-groups branch August 4, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Enable dependencies from dependency-groups

2 participants