Subject Sphinx based doc - search not working
Author Werner F. Bruhin
Just noted that the search on the new docs is not working for me.

As I also use Sphinx for my projects I think it has to do with:

- Not using Sphinx 0.6
- and html_copy_source needs to be set to True
http://sphinx.pocoo.org/config.html#options-for-html-output

Werner