Use docs group dependency from pyproject.toml in build_docs action#158
Open
Use docs group dependency from pyproject.toml in build_docs action#158
docs group dependency from pyproject.toml in build_docs action#158Conversation
7 tasks
niksirbi
approved these changes
Apr 16, 2026
Member
niksirbi
left a comment
There was a problem hiding this comment.
Thanks @lochhh!
I'm approving this PR, but before merging can you double-check which NIU/BrainGlobe projects use use-requirements-txt: false and depend on this action from the main branch? Those will break upon merging this.
The only one that comes to mind is poseinterface, but there may be others (perhaps ethology)?
I think we should open a PR similar to neuroinformatics-unit/movement#956 also on these other projects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
What is this PR
Why is this PR needed?
This PR is needed as part of the work for migrating
docsfrom optional dependencies to PEP 735 dependency groups (in neuroinformatics-unit/movement#956)Details are described in the issue: neuroinformatics-unit/movement#955
What does this PR do?
Updates the pip install command to use
--groupHow has this PR been tested?
This is tested in neuroinformatics-unit/movement#956 CI
Is this a breaking change?
Docs build in existing repos using the pyproject.toml option will fail (movement example)
Does this PR require an update to the documentation?
Yes
Checklist: