#!/bin/bash -eu

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

sphinx-apidoc -efMT -d 2 -o docs/_apidoc xarrayspecs
sphinx-build -a -b html docs docs/_build
sphinx-build -a -b html docs docs/_build/0.2.0
