From c50a9079889207640e8c64b8fa78472f7a4bacf6 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 31 Mar 2018 23:33:43 -0400 Subject: [PATCH] Fix build --- .travis.yml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad91d0a..a3e98b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: # commands to run samples script: - "flake8 *.py parsedmarc/*.py" - - "rstcheck README.rst docs/index.rst" + - "rstcheck README.rst" - "cd docs" - "make html" - "cd .." diff --git a/build.sh b/build.sh index 7cedf5e..f48f01c 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ . ~/venv/domainaware/bin/activate pip install -U -r requirements.txt -rstcheck README.rst docs/index.rst +rstcheck README.rst cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ cd .. rm -rf dist/ build/