#!/bin/bash

sphinx-apidoc -o modules/ ../src/cirque/ --separate
make html
