Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Building the Documentation

Sam Mulube edited this page Jun 13, 2013 · 1 revision
  • Install sphinx into your virtualenv
$ pip install sphinx
  • Build the updated documentation
$ make html
  • Pull request the generated docs (in ./docs/_build/html) into the gh-pages branch of the repository.
Clone this wiki locally