#!/bin/sh
set -e

poetry run sphinx-build ./docs ./docs/_build
