Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Doc] Add sphinx build for vllm-ascend #55

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

Yikun
Copy link
Collaborator

@Yikun Yikun commented Feb 12, 2025

What this PR does / why we need it?

This patch enables the doc build for vllm-ascend

Does this PR introduce any user-facing change?

No

How was this patch tested?

  1. test locally:

    # Install dependencies.
    pip install -r requirements-docs.txt
    
    # Build the docs and preview
    make clean; make html; python -m http.server -d build/html/

    Launch browser and open http://localhost:8000/.

  2. CI passed with preview:
    https://vllm-ascend--55.org.readthedocs.build/en/55/

@Yikun Yikun force-pushed the quick-start-and-doc branch 7 times, most recently from 5cb1afb to 6bb2293 Compare February 13, 2025 09:06
@Yikun Yikun marked this pull request as ready for review February 13, 2025 09:09
@Yikun Yikun force-pushed the quick-start-and-doc branch 3 times, most recently from cbfca4b to 41edc5a Compare February 13, 2025 10:15
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
@Yikun Yikun force-pushed the quick-start-and-doc branch from 41edc5a to f6c1351 Compare February 13, 2025 10:33
@wangxiyuan wangxiyuan merged commit 46977f9 into vllm-project:main Feb 13, 2025
10 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants