view docs/refresh.bash @ 397:510b6e2f0ae5

bzr works with gerald
author catherine@DellZilla
date Thu, 08 Oct 2009 09:59:12 -0400
parents 2fd766784ff2
children
line wrap: on
line source

sphinx-build -b html source build
#scp -r build catherine@$tummy:/var/www/sqlpython
cd build
zip -r sqlpython_docs *
mv sqlpython_docs.zip ..
cd ..
echo "Upload sqlpython_docs.zip to http://pypi.python.org/pypi/sqlpython"