kheops/docs/build_doc.sh
2022-01-28 20:32:38 -05:00

9 lines
114 B
Bash
Executable File

#!/bin/bash
make clean
#sphinx-apidoc -f -M -o ./api ../kheops/
sphinx-apidoc -M -o ./api ../kheops/
make html