-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Search is not working #1487
Comments
I think the search should work out of the box. So it's not your fault :) We need to investigate this. |
hello guys, Any idea on how to fix this? thanks! 2015-07-27 10:02 GMT+02:00 Gregor Müllegger [email protected]:
|
@ericholscher @agjohnson any ideas? |
hello guys, @ericholscher @gregmuellegger @agjohnson any idea or recommendation on how to solve the issue? thanks! |
Believe this is a bug with our mkdocs integration. It seems the json builder is breaking when using the theme option. We should have a patch for it soon. |
Don't know if it's related but when I try to build an mkdocs site on my installation of rtd (commit f54d78b) I get:
Sample repo is here https://github.com/deejay1/rtfd_test |
hello, is there any news about this issue? or any way we can contribute to get it fixed? thanks |
I'm also waiting for this... |
What's the current branch I could test and/or deploy from? |
Any news about this? Got the same issue. |
No news on this, we haven't focused on the mkdocs integration recently. Anyone willing to look into this is free to take this on. |
Any updates recently? Search is extremely important for our doc. |
Would love to see this fixed too |
We are seeing this problem and the popup menu at the bottom left is missing when building mkdocs... perhaps related. If anyone is working on this perhaps we can assist? We do not know much about the code yet but learn quickly ;) |
Current version of xgboost.readthedocs.io has a broken search box. Enabling themes on ReadTheDocs is known to break the search function, as reported in [this document](readthedocs/readthedocs.org#1487). To get around the bug, we replace the `searchtools.js` file with our custom version.
readthedocs/readthedocs.org#1487 using fix here nodemcu/nodemcu-firmware@7dd89dd And added extra_javascript to mkdocs.yml
With the exception of actually hosting docs I'd say search is one of the most important aspects of a documentation site, so +100 for fixing this, but thanks so much for that workaround! |
readthedocs/readthedocs.org#1487 using fix here nodemcu/nodemcu-firmware@7dd89dd And added extra_javascript to mkdocs.yml
* Adding the yaml file and separate doc files * renaming the files * moving Migration and Security recommendations * Removed README monolith * fixing spelling error * Fixing spacing of yaml * removing problematic lines * Trying to re-add the secondary menu * Maybe removing the plugin will fix it? * fixing the TOC * Renamed JES to Pipelines API, split out backend files * Split out BE's and a whole bunch of other changes * fixing missing Migration page * Fixing security page * Fixing again? * changing github link, or breaking it... * moving api endpoints into separate docs * another api checkpoint * another endpoint, another formatting thing * The rest of Api endpoints split into different docs * changing menu * removing other references to JES * removing api * making code bigger * backends * additional changes * fixing links? * fixing links * removing migration doc * moving buttons and recreating README * checkpoint * Doc day hints added * Adding CWL page * sample commit * last minute things * import docs * small import doc fix * skeleton * fix list * checkpoint * remove dockathon section * Added note about headers not working in Configuring page * Configuration docs * updated configuration notes * start reformatting global * checkpoint * global options * fixup * Doc-A-Thon cleanup. * Adding note about Security and what to enhance it with * Merged workflow options pages * flesh out runtime attributes * run mode * removed patch * modes * anchor * anchor again * config server * Polishing Imports * Tidy up of WDL and CWL support docs * tutorial map * labels * getting cromwell prioritized over building * Documentation skeletons * adding references to swagger * Updated Call Caching and Configuration for Call Caching * deleting * Update to Labels a few minor tweaks. * removing CWL page * Update Labels - just one link not working * Update LanguageSupport.md Updated/reviewed verbage * tutorial skeletons * cleanup * cleaning up getting help * Update Call caching minor tweaks. Some links do not work, but I am not sure if this is because the page doesn't exist yet and it will? * logging updates * FiveMinuteIntro in progress * FiveMinuteIntro progress * add server mode tutorial * configuration file tutorial * FiveMinuteIntro progress * Update RuntimeAttributes.md Updated some format and verbage. May need another pass. * adding doc suggestion from community * Update swagger yaml, upgrade swagger-ui, metadata still woefully broken * Testing out the autogenerated MD * pretty pictures in server tutorial * moving Persistent Server to Database * overwrite * instrumentation * FiveMinuteIntro progress * docs tweaks * Minor update * FiveMinuteIntro complete * small update * Removing API docs * Changing header level of API * TOS * TOS * Updated Security section and added config section on Logging * minor * minor * fixed links from configuration tutorial * backend pass * Remove giant json example considering it is kind of pointless and very incorrect * persistent tutorial * Update Logging.md Reviewed and updated some verbage. * review/edits * Trying to fix issue with search not working with read the docs: readthedocs/readthedocs.org#1487 using fix here nodemcu/nodemcu-firmware@7dd89dd And added extra_javascript to mkdocs.yml * remove todo * Timing diagram page * fix typo * pipelines 101 tutorial * latest release * hpc intro * remove outdated conf example * google backend * Preliminary polishing touches * Adding CSS to make the max-width wider * Much cleaning, maybe a favicon * Now the Favicon is working! * Checkpoint to add womtool docs * Adding WOMtool docs * Changing highlighting for code block * Final polishes, I hope * fixing new doc site url
Current version of xgboost.readthedocs.io has a broken search box. Enabling themes on ReadTheDocs is known to break the search function, as reported in [this document](readthedocs/readthedocs.org#1487). To get around the bug, we replace the `searchtools.js` file with our custom version.
All projects listed here have a working search, is this still an issue for anyone? |
This seems to be resolved fo us at least! |
👍 |
Search is not working for https://climaf.readthedocs.io/en/latest/index.html |
@senesis It looks like you have a really old version of jQuery in your built docs. I believe this is causing the issue. |
Yea, you're running your doc builds with |
I'll also see if we can make our search code work with older jquery, which should hopefully fix it. |
Looks like we broke our fallback in our latest search code. #5285 will fix it. |
Thanks ! I will also consider upgrading the Sphinx version I use |
For details, see readthedocs/readthedocs.org#1487 FIX #153
hello,
If I try to search for something under my project http://fiware-orion.readthedocs.org nothing is found regardless the word I enter. Should I do anything to enable search for my project?
thanks
The text was updated successfully, but these errors were encountered: