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/