Spaces:
Runtime error
Runtime error
File size: 282 Bytes
14ee1a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#!/bin/bash
# Get the directory of the current script.
SCRIPT_DIR=$(dirname "$0")
# Change to the directory where the script is located.
cd "$SCRIPT_DIR"
cd ..
## rm -rf docs/source/
pip install -e .
## sphinx-apidoc -o docs/source/ src/videogen_hub
cd docs
make clean
make html |