Update build.sh to work with newer versions off rstcheck

This commit is contained in:
Sean Whalen
2022-06-20 10:40:20 -04:00
parent eda5726652
commit f070ee95c3
+1 -1
View File
@@ -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