pyCraft/bin/build_docs
2015-04-01 20:58:51 +02:00

8 lines
60 B
Bash

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