Add interface for documentation
Just as there is something for StackOverflow, perhaps it would be an interesting feature to have an integration for Kite, Read the Docs and other sources of documentation.
I'm curious how you suggest incorporating RTD and the like. I have a slight idea, but I'd like to hear more about yours.
My original vision was to have a flexible section for whatever, whether that'd be for traceback, SO, RTD, or anything else. RTD is pretty easy to scrape. I'm not sure if there's a special API, but it's not hard to just get results from https://readthedocs.org/search/?q={ERROR QUERY}&type=file&role_name=py%3Aexception.
It's certainly worth considering. I think our next big milestone needs to focus on decoupling the SO and display logic and a few other bookkeeping ideas, but after that, this can be one of many integrations to add.