Debugging broken search on esda docs#488
Conversation
|
Do we know what is making |
|
this is weird! its on the javascript side, so its clearly the theme/its interaction with sphinx maybe there is an esda dependency thats forcing an older version of the theme or something? its odd we're not seeing this in, e.g. tobler or lib (nor the alpha package i'm working on separately) |
|
I really don't like this solution. |
The only way this comment could have been more Martin-esque is if "solution" was in quotes. |
|
Just to be clear, this is intended more as a debugging record rather than a real fix. I will be focusing on the docs in upcoming sprints. ref: #459 |
|
It is an upstream bug that has been reported - jbms/sphinx-immaterial#485. We shall temporarily pin sphinx to <9, which is what I have in gwlearn, and what we coincidentally get in libpysal without a pin. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #488 +/- ##
=====================================
Coverage 85.8% 85.8%
=====================================
Files 27 27
Lines 3625 3625
=====================================
Hits 3112 3112
Misses 513 513
🚀 New features to boost your workflow:
|
This reverts commit 6b438bf.
This reverts commit 6b438bf.
|
Are we OK with the errors for now? https://github.com/pysal/esda/actions/runs/25570840856/job/75065855524?pr=488#step:5:628 |
|
Of course... the pin needs to show up in the Conda environment, not just in pyproject. |

This will get search to work, however, it is unique to esda which feels fragile to me.