#!/bin/ksh
sphinx-apidoc -o source -f ../base
sphinx-apidoc -o source -f ../src
make clean
make html
