diff --git a/build.sh b/build.sh index b2e4f09..6f754cf 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ set -e . venv/bin/activate pip install -U -r requirements.txt -rstcheck --report warning README.rst +rstcheck --report-level warning README.rst cd docs make html touch _build/html/.nojekyll