sh_cpl/scripts/create_docs.sh

6 lines
87 B
Bash
Raw Normal View History

#!/bin/bash
cd ../docs/
2021-08-05 14:17:38 +02:00
sphinx-apidoc -o source/ ../src/cpl_core
make clean
make html;