#! /bin/bash

make -f Makefile.sphinx html
# xdg-open build/html/index.html

# End
