-
Notifications
You must be signed in to change notification settings - Fork 957
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
docs: Clarify build system specific features usage. #10261
docs: Clarify build system specific features usage. #10261
Conversation
However, if you have a better approach, please feel free to If we require certain files to be included, we'll need to read the setuptools documentation for configuration options. |
There's also:
|
Head branch was pushed to by a user without write access
10a8c1a
to
100c9cf
Compare
I just synced with main (git rebase main), but I don't know how to turn off signing commits. |
The issue seems to be related to ruff 0.9.0's handling of f-string expressions. |
The error is not your fault, it's unrelated to your PR. The ruff 0.9 upgrade broke uv CI because uv CI doesn't pin ruff and it's getting fixed in #10433. Once that is merged we can rebase this PR on main and merge. |
Signed-off-by: FishAlchemist <[email protected]>
100c9cf
to
9821d58
Compare
Summary
Since there are occasional inquiries about how to configure UV for build-system specific features, I want to raise awareness that users should refer to the documentation of the build system they are using for relevant settings.
Test Plan
Run docs service in local.
9821d58