Open
Description
Change the algolia search config so that
- docs.mdanalysis.org/stable is the only starting point for doc search
- dev, latest, MAJOR.MINOR.PATCH.* are stop urls and not indexed
In this way, search from the home page will only show the latest released features. Users can still use the doc's version selector to switch to different docs and use the sphinx search for each doc.
See #155 for discussion.