From a2bbc0effceb60096cb54b0f6b3619a46326d67b Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 31 Mar 2018 23:05:14 -0400 Subject: [PATCH] Update build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index c04c293..7cedf5e 100755 --- a/build.sh +++ b/build.sh @@ -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/