-
-
Notifications
You must be signed in to change notification settings - Fork 26
quicksearch breakage in sphinx 1.8.0 and up #9
Comments
The only javascript is scipy-sphinx-theme/_theme/scipy/layout.html Lines 89 to 103 in d990ab9
|
The fix from rtfd changes the first few lines of that codeblock to read options from If I build the NumPy documentation locally and go to the quicksearch link
It seems there is more than one thing going on. Replacing the codeblock you posted with the one from the sphinx basic theme does not clear the javascript error |
Also see sphinx-doc/sphinx#5460. I am not sure what the upgrade path is to make the theme compliant with the newer version, and what kind of tests exist to make sure it is correct |
Just building the NumPy and SciPy docs and inspecting them; we touch this theme so rarely that it doesn't make sense to write tests for it. |
sphinx-doc/sphinx#5460 says that a fallback was added and this is fixed again. the milestone for the attached PR says in Sphinx 1.8.3 |
We should still update the theme, but indeed 1.8.3+ is backward compatible. |
Quicksearch is broken on sphinx 1.8.0 and up, see numpy/numpy#12044. It seems the problem is some interaction with the theme's javascript. here is one example of a fix readthedocs/sphinx_rtd_theme/pull/672
The text was updated successfully, but these errors were encountered: