pydicom / pynetdicom

A Python implementation of the DICOM networking protocol
https://pydicom.github.io/pynetdicom
MIT License
504 stars 178 forks source link

Documentation search is broken, hangs on "Searching..." #953

Closed nbelakovski-mssm closed 2 months ago

nbelakovski-mssm commented 2 months ago

Describe the bug The docs at https://pydicom.github.io/pynetdicom/stable/ are not searchable. Whenever I search for anything I get a screen that says "Searching" and there's 3 dots that act as a loading indicator, but the search results never load. This happens even when searching for things that are obviously in the documentation, so it's not simply failing to find the query

Expected behavior See above

Steps To Reproduce See above

Your environment N/A

I see some errors in the console about jquery not being loaded, and the search functionality seems to be behind a jQuery call so that seems like a strong indicator.

mrbean-bremen commented 2 months ago

Probably the same problem as had been in pydicom.

mrbean-bremen commented 2 months ago

The related issue in sphinx_rtd_theme, which has been filed in connection with the pydicom issue, does not look like it will be fixed anytime soon, so probably the same workaround as in pydicom should be done here.

nbelakovski-mssm commented 2 months ago

Thanks!