#!/usr/bin/env bash
{ set +x; } 2>/dev/null

path="${BASH_SOURCE[0]%/*}"/README.rst
( set -x; rst-validate.py "$path" )
[[ $? != 0 ]]

