pyCraft/bin/build_docs
2015-04-01 23:07:57 +02:00

8 lines
60 B
Bash
Executable File

#!/bin/bash
set -e
cd docs
rm -rf _build*
make html
cd ..