Sphinx is capable of building documentation in a range of different formats detailed by sphinx.builders. It would be good to be able to support building and indexing all of these such that they are linkable via the widget. It's a feature that I really like about what readthedocs does. I'm personally only really interested in pdf, but here's a list of formats that might be useful:
- pdf
- text
- epub
- xml (maybe?)
Example of what I would like to be able to do with respect to the "Downloads" section:

If you can provide some advice on how this might be best implemented I might be able to allocate some time to implementing this.