In Sphinx, how can I generate a page with information about all items in a domain?
I’ve written a custom domain in Sphinx. It has directives that register items (which all end up in the data
member) then parallel builds get merged together with merge_domaindata
.