From f070ee95c33e168fef0506b7c9896c1f7d69c920 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Mon, 20 Jun 2022 10:40:20 -0400 Subject: [PATCH] Update build.sh to work with newer versions off rstcheck --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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