1#!/usr/bin/env bash
2
3cd doc && sphinx-build -W -b html -d _build/doctrees . _build/html
4