mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-08-21 11:19:49 +08:00
11 lines
148 B
Bash
Executable File
11 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# . venv/bin/activate
|
|
|
|
rm -Rf build
|
|
rm -Rf source/docstring
|
|
|
|
sphinx-apidoc -f -o source/docstring/ ../pyrobolearn
|
|
make html
|
|
|