You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Build your docs using Sphinx 3.4.1 and sphinx-rtd-theme 0.5.0
Open the search page and try to search for something.
The spinner keeps spinning and no results are returned.
Opening the javascript console shows:
Uncaught ReferenceError: Stemmer is not defined
query file:///C:/Users/Jens-work/source/repos/Qcodes/docs/_build/html/_static/searchtools.js:158
setIndex file:///C:/Users/Jens-work/source/repos/Qcodes/docs/_build/html/_static/searchtools.js:98
<anonymous> file:///C:/Users/Jens-work/source/repos/Qcodes/docs/_build/html/searchindex.js:1
Which is new compared to Sphinx 3.3.1
Building with Sphinx 3.3.1 or using the Alabaster theme and search works as expected.
I am not sure if this is a bug in Sphinx or the Read the docs theme.
To Reproduce
Build your docs using Sphinx 3.4.1 and sphinx-rtd-theme 0.5.0
Open the search page and try to search for something.
The spinner keeps spinning and no results are returned.
Opening the javascript console shows:
Which is new compared to Sphinx 3.3.1
Building with Sphinx 3.3.1 or using the Alabaster theme and search works as expected.
I am not sure if this is a bug in Sphinx or the Read the docs theme.
Expected behavior
Search works as in 3.3.1
Your project
Qcodes build from this branch microsoft/Qcodes#2560
Screenshots
Environment info
'sphinx.ext.napoleon', 'sphinx-jsonschema', 'sphinx.ext.doctest',
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.mathjax',
'sphinx.ext.viewcode', 'sphinx.ext.githubpages',
'sphinx.ext.todo']
The text was updated successfully, but these errors were encountered: