Files
sglang/docs
2024-11-17 18:47:43 -08:00
..
2024-11-15 11:09:10 -08:00
2024-11-15 06:54:00 -08:00
2024-11-15 11:09:10 -08:00
2024-11-15 06:54:00 -08:00
2024-11-08 07:42:47 +08:00
2024-11-07 18:20:41 -08:00

SGLang Documentation

Build the documentation website

Dependency

pip install -r requirements.txt

Build

make html

Clean

To remove all generated files:

make clean

Serve (preview)

Run an HTTP server and visit http://localhost:8000 in your browser.

python3 -m http.server --d _build/html

Deploy

Clone sgl-project.github.io and make sure you have write access.

export DOC_SITE_PATH=../../sgl-project.github.io   # update this with your path
python3 deploy.py