Skip to content

Conversation

@freetonik
Copy link

No description provided.

cd docs
make html
uv pip install -r requirements.txt
uv run make html
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move these to top-level pyproject.toml, using separate docs dependency group?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed the change. TBH I prefer putting that all into one group (not dev + docs like now); uv sync --group dev after installing docs deps removes the docs dependencies. You need to do uv sync --all-groups or uv sync --group docs --group dev to keep both.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also applies the suggestions I made to another MR #65
So if this one is merged, the other one can be closed.

@freetonik freetonik mentioned this pull request Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants