zwicker-group / py-pde

Python package for solving partial differential equations using finite differences.
https://py-pde.readthedocs.io
MIT License
408 stars 52 forks source link

Trouble with website search functionality #385

Closed Benj-Ward closed 1 year ago

Benj-Ward commented 1 year ago

As per title, I am having trouble with the search functionality of the website for py-pde documentation. Any search will trigger the searching..., but no results are ever pulled successfully by the search engine. I want to see if this is a common problem or an issue on my end.

The URL: https://py-pde.readthedocs.io/en/latest/search.html?q=installing+using+pip&check_keywords=yes&area=default

david-zwicker commented 1 year ago

Thank you for reporting this. I can reproduce the error and will investigate. As a work-around, you can try to create the documentation locally, where the search function should then work.

david-zwicker commented 1 year ago

Closed by #386