sh_cpl/scripts/create_docs.sh
2021-05-22 12:53:04 +02:00

6 lines
82 B
Bash
Executable File

#!/bin/bash
cd ../docs/
sphinx-apidoc -o source/ ../src/cpl
make clean
make html;