Skip to content

Add a way to get genindex file #11

Open
@shimizukawa

Description

@shimizukawa

Original: sphinx-doc/sphinx#1003

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions