myyasuda / sphinx_materialdesign_theme

Material Design Html Theme for Sphinx.
https://myyasuda.github.io/sphinx_materialdesign_theme/
MIT License
69 stars 38 forks source link

Search is not working - Stemmer is not defined #17

Open Realiserad opened 3 years ago

Realiserad commented 3 years ago

Hi, this is an awesome theme but search functionality is not working and I get the following error for searchtools.js:158.

From the Chromium Developer Console:

Uncaught ReferenceError: Stemmer is not defined
    at Object.query (searchtools.js:158)
    at Object.setIndex (searchtools.js:98)
    at <anonymous>:1:8
    at p (jquery.js:2)
    at Function.globalEval (jquery.js:2)
    at text script (jquery.js:4)
    at Qb (jquery.js:4)
    at A (jquery.js:4)
    at XMLHttpRequest.<anonymous> (jquery.js:4)

Using python3 with sphinx-3.4.3.

After searching on the internet, I found Search does not work for docs built with 1.8.0.