When building my project with "make html", genindex.html is generated as expected.
How do I get WebSupport to return the index? websupport.get_document("genindex") returns a dictionary, but d["body"] == "".
websupport = WebSupport(datadir="...", search="woosh")
document = websupport.get_document("genindex")
# document["body"] == ""