sh_cpl/scripts/create_docs.sh
2021-11-01 21:17:56 +01:00

8 lines
159 B
Bash
Executable File

#!/bin/bash
cd ../docs/
sphinx-apidoc -o source/ ../src/cpl_core
sphinx-apidoc -o source/ ../src/cpl_query
make clean
make html;
rm source/cpl_query.tests.rst