tlopex opened a new pull request, #19782: URL: https://github.com/apache/tvm/pull/19782
The docs search page (search.html) showed no per-result summaries and spammed "Failed to execute 'appendChild' on 'Node'" errors in the browser console (apache/tvm#19765). The addon's layout.html omitted the data-content_root attribute that Sphinx >= 7.2 searchtools.js reads via document.documentElement.dataset.content_root to fetch pages and build the summaries; with it undefined the summary fetch resolved to "undefined...html" (404), so no summary rendered and makeSearchSummary returned null into appendChild. tlc-pack/tlcpack-sphinx-addon#14 adds the attribute. Bump the pin used by the docs (ci_gpu) image from 99c6947 to dded1a3 to pick it up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
