mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
Update gh pages build script (#3405)
Signed-off-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
This commit is contained in:
parent
4d78f51608
commit
c069abc7d8
@ -458,7 +458,9 @@ def runLLMDocBuild(pipeline, config)
|
||||
pip3 install -r requirements.txt && \
|
||||
pip3 install git+https://github.com/sphinx-doc/sphinx.git@v7.4.7 && \
|
||||
doxygen Doxygen && \
|
||||
make html
|
||||
make html && \
|
||||
cd build/html && \
|
||||
touch .nojekyll
|
||||
"""
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user