mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-22 17:51:15 +08:00
5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sphinx-apidoc -f -o source ../../deepspeed
|
|
make html
|