-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try unpinning readthedocs-sphinx-search #392
Conversation
It seems to work, but I noticed that I had to do:
I have now added the theme in the setup.py. I am guessing pandoc is already in the Docker container, otherwise tests would be failing, but it probably has been added as an indirect dependency. |
Unfortunately it still doesn't seem to work, at least for me, on RTD itself: https://extra-data--392.org.readthedocs.build/en/392/search.html?q=union&check_keywords=yes&area=default |
It is strange that it works in my computer, but not in RTD. Does it run if you run sphinx yourself? |
Firefox's Javascript log seems to indicate something is missing.
|
I think I had the same error before - I upgraded versions of all the packages in #378, and that seemed to fix it at the time. But something must have changed on RTD since then. |
Aha: readthedocs/sphinx_rtd_theme#1452 I'll close this one and open a new PR with the workaround suggested there. |
See if this fixes the search page (thanks @daniloefl for finding the error)