Update build script

This commit is contained in:
Sean Whalen
2018-03-31 23:05:14 -04:00
parent da57ccdf18
commit a2bbc0effc
+1
View File
@@ -2,6 +2,7 @@
. ~/venv/domainaware/bin/activate
pip install -U -r requirements.txt
rstcheck README.rst docs/index.rst
cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/
cd ..
rm -rf dist/ build/