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

Searching documents results in "Searching..." forever #9

Open bman7777 opened 5 years ago

bman7777 commented 5 years ago

When I attempt to search anywhere using this theme, I get stuck forever on "searching..." in search.html (no search results are ever displayed.) The console prints out this error-

Uncaught TypeError: Cannot read property 'textContent' of undefined at Object.htmlToText (searchtools.js:66) at Object.makeSearchSummary (searchtools.js:484) at Object.complete (searchtools.js:277) at i (jquery.js:2) at Object.fireWith (jquery.js:2) at A (jquery.js:4) at XMLHttpRequest. (jquery.js:4)

I see other sphinx themes have seen similar problems and have resolved it by adding role="main" in layout.html like so-

{%- block document %} <div class="page-content" role="main"> {% block body %} {% endblock %}