#!/bin/bash

sphinx-build -b html docs/source/ docs/build/html
