4 lines
164 B
Bash
4 lines
164 B
Bash
#!/bin/bash
|
|
sphinx-apidoc -f -o en/source ../../src/agentscope -t template -e
|
|
sphinx-apidoc -f -o zh_CN/source ../../src/agentscope -t template -e
|
|
make clean all |