Conversation
| 'version_match': version_match, | ||
| }, | ||
| 'show_version_warning_banner': True, | ||
| 'navbar_persistent': ['search-button'], |
There was a problem hiding this comment.
interestingly, using ['search-field'] here seems to pull in a different html template, so it works better by just removing this and I guess defaulting to pydata-sphinx-theme's route. I thought that was the flexible one, but the docs are unclear. Just leaving a breadcrumb here
https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/search.html
|
@napari-bot make slimfast the constraints have been bumped so it should have the new search field |
|
Hmm doesn't look like circle pulled in the updated napari-sphinx-theme yet |
|
Yay it's showing now after merging in a commit from main :) There is a small section of width where the search field dissapears and the search icon is not present. This does not seem to be the case for pydata-sphinx-theme I suspect it has something to do with napari/napari-sphinx-theme#198
|

References and relevant issues
Follow-up to #979
Will only be styled as below once napari/docs constraints get updated. (should we bump min pydata-sphinx-theme in napari/napari?)
Description
Uses pydata-sphinx-theme's flexible search-field -> search button width-dependent navbar search.
You can check https://napari.org/napari-sphinx-theme to see it in action, for now