sh_cpl/scripts/create_docs.sh

6 lines
82 B
Bash

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