
Upload Sphinx docs to web server
================================

To upload Shinx docs to http://larry.sourceforge.net:

In la/doc:

$ make clean
$ make html

Then to upload (it will ask for the password):

rsync -avPr -e ssh build/html/* kwgoodman,larry@web.sourceforge.net:htdocs/
