Subscribe to my RSS feed RSS

Posted: September 6th, 2008

Using Google App Engine to host your Sphinx Documentation

I was working on a way to host my Sphinx generated documentation, and realized that Google App Engine was perfect for it! Not only is the hosting Free, but it has a great automatic deployment tool that will upload all the documentation. So, the first Demisauce Documentation is now online. You can check out the Code necessary to support this. It is just a few lines of app.yaml configuration and a very simple redirect.

tags: gae, sphinx