Imag / docs /make_docs.sh
Baraaqasem's picture
Upload 29 files
14ee1a9 verified
raw
history blame contribute delete
282 Bytes
#!/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