build-api-docs.sh 66 B

1234
  1. #!/bin/bash
  2. sphinx-apidoc -f -o source ../../deepspeed
  3. make html