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

Reply via email to