Skip to content

Using websupport, how do I get the generated index? #1003

@shimizukawa

Description

@shimizukawa

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"] == ""

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions