Jake He
Jake He

Reputation: 2825

sphinx-doc search engine plugins

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

Answers (1)

El_Picador
El_Picador

Reputation: 348

If your documentation is public you could try Algolia's DocSearch: https://community.algolia.com/docsearch/

Upvotes: 1

Related Questions