diff --git a/README.rst b/README.rst index b51eb43..4072e27 100644 --- a/README.rst +++ b/README.rst @@ -264,7 +264,6 @@ Thanks to Github user `xennn `_ for the anonymized JSON ---- - .. code-block:: json { diff --git a/build.sh b/build.sh index 207ed2e..44873f2 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash . ~/venv/domainaware/bin/activate -pip install -U -r requirements.txt && rstcheck README.rst && cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && rm -rf dist/ build/ && python3 setup.py sdist && python3 setup.py bdist_wheel +pip install -U -r requirements.txt && rstcheck --report error README.rst && cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && rm -rf dist/ build/ && python3 setup.py sdist && python3 setup.py bdist_wheel