To build the docs for the first time.... LINUX Make sure you have sphinx setup: 1. sudo apt-get install python-dev 2. sudo easy_install sphinx And then the included make file will work (use the html target): 3. make html MAC Make sure you have sphinx setup: 1. Install the developer tools (there is installer on your operating system disk) 2. easy_install sphinx And then the included makefile will work (use the html target): 3. make html WINDOWS Not yet (but there is a batch file)