mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-22 02:59:24 +01:00
9 lines
164 B
Bash
9 lines
164 B
Bash
|
|
pip install -r requirements/docs.txt
|
||
|
|
cd docs
|
||
|
|
rm -rf build
|
||
|
|
|
||
|
|
# update api rst
|
||
|
|
#rm -rf source/api/
|
||
|
|
#sphinx-apidoc --module-first -o source/api/ ../maas_lib/
|
||
|
|
make html
|