#!/bin/bash
cd "$(dirname "$0")"
sphinx-autobuild . /tmp/_build/ --watch ..
