pyCraft/bin/build_docs

8 lines
60 B
Bash
Executable File

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