theislab / scanpydoc

Collection of Sphinx extensions similar to (but more flexible than) numpydoc
https://icb-scanpydoc.readthedocs-hosted.com/en/latest/
GNU General Public License v3.0
12 stars 6 forks source link

DocSearch number of results #29

Closed ivirshup closed 3 years ago

ivirshup commented 3 years ago

We should up the number of hits DocSearch returns, we'd pass something like this to the js

algoliaOptions: {
    hitsPerPage: 8,
  }