-
-
Notifications
You must be signed in to change notification settings - Fork 11.9k
[CI/Build] fix doc build warning: Failed to get 'name: description' pair #25733
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
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.
Code Review
This pull request aims to fix a documentation build warning by adjusting the indentation in a docstring. While the change silences the warning, it doesn't address the root cause, which is an incorrect nesting of a parameter in the docstring. My review provides a code suggestion to fix the docstring's structure, making it both correct and more readable. This also ensures that documentation generation tools will parse it correctly in the future.
1948ac4 to
fde2b31
Compare
Signed-off-by: yiting.jiang <[email protected]>
fde2b31 to
3e51ea1
Compare
chaunceyjiang
left a comment
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.
Thanks~
|
buildkite/ci/pr/v1-test-others — track #25745 |
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]>
…air (#25733) Signed-off-by: yiting.jiang <[email protected]> Signed-off-by: yewentao256 <[email protected]>
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]>
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]>
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]>
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
…air (vllm-project#25733) Signed-off-by: yiting.jiang <[email protected]>
Follow up #24986
Fix doc build waring:
Purpose
if this warning exists, other pr cannot doc validation cannot passed
https://app.readthedocs.org/projects/vllm/builds/29726695/
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.