Search not working on www.numpy.org/devdocs/search.html

I can enter a search term (say `ndarray`) in www.numpy.org/devdocs/search.html, but the result is empty. It worked yesterday. My firefox javascript debug console for the remote search says: jQuery.Deferred exception: Search is not defined @http://www.numpy.org/devdocs/search.html?q=ndarray:34:25 j@http://www.numpy.org/devdocs/_static/jquery.js:2:29997 g/</k<@http://www.numpy.org/devdocs/_static/jquery.js:2:30313 undefined If I build the documentation locally, search emits a different error but still works: XML Parsing Error: not well-formed Location: file:///.../doc/build/html/searchindex.js Line Number 1, Column 16: Searching on scipy.org, for instance https://docs.scipy.org/doc/numpy/search.html?q=ndarray&check_keywords=yes&area=default works with no errors on the console Any hints? Matti

I suspect this is due to issues with sphinx 1.8.0. Matplotlib also has this problem (see https://github.com/matplotlib/matplotlib/pull/12183). Tom On Mon, Sep 17, 2018 at 10:47 AM Matti Picus <matti.picus@gmail.com> wrote:
I can enter a search term (say `ndarray`) in www.numpy.org/devdocs/search.html, but the result is empty. It worked yesterday. My firefox javascript debug console for the remote search says:
jQuery.Deferred exception: Search is not defined @http://www.numpy.org/devdocs/search.html?q=ndarray:34:25 j@http://www.numpy.org/devdocs/_static/jquery.js:2:29997 g/</k<@http://www.numpy.org/devdocs/_static/jquery.js:2:30313 undefined
If I build the documentation locally, search emits a different error but still works:
XML Parsing Error: not well-formed Location: file:///.../doc/build/html/searchindex.js Line Number 1, Column 16:
Searching on scipy.org, for instance
https://docs.scipy.org/doc/numpy/search.html?q=ndarray&check_keywords=yes&area=default works with no errors on the console
Any hints? Matti _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion
participants (2)
-
Matti Picus
-
Thomas Caswell