-
-
Notifications
You must be signed in to change notification settings - Fork 593
docs: split PyPI docs up and add more #2935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary: - Split the PyPI docs per topic. - Move everything to its own folder. - Separate the `bzlmod` and `WORKSPACE` documentation. Some of the features are only available in `bzlmod` and since `bzlmod` is the future having that as the default makes things a little easier. - Fix a few warnings. Fixes bazel-contrib#2810.
As with any repository rule, if you would like to ensure that `pip_parse` is | ||
re-executed to pick up a non-hermetic change to your environment (e.g., updating | ||
your system `python` interpreter), you can force it to re-execute by running | ||
`bazel sync --only [pip_parse name]`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi: i think the command changes under bzlmod? I think its bazel fetch now? I can't remember exactly, though; I rarely use these commands.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, will change this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will leave this for now as I could not find the command quickly.
Summary:
bzlmod
andWORKSPACE
documentation. Some of thefeatures are only available in
bzlmod
and sincebzlmod
is thefuture having that as the default makes things a little easier.
Fixes #2810.