#!/bin/bash -eu

export LANG=C.UTF-8
export LC_ALL=C.UTF-8

sphinx-apidoc -efMT -d 2 -o docs/_apidoc typespecs
sphinx-build -a -b html docs docs/_build
sphinx-build -a -b html docs docs/_build/1.0.0
