Reputation: 2825
I am using sphinx-doc to build with over 344MB of source files. The inbuilt javascript search engine is very slow. I guess it is not intended to index and search large documentation.
Is there a search engine plugin for sphinx-doc. Is it possible to use another search engine like Elastic search or Algolia search?
Upvotes: 3
Views: 702
Reputation: 348
If your documentation is public you could try Algolia's DocSearch: https://community.algolia.com/docsearch/
Upvotes: 1