readthedocs-sphinx-search
readthedocs-sphinx-search copied to clipboard
Enable search-as-you-type feature for docs hosted by RTD.
If the search screen is closed (by clicking "X", hitting escape, etc.) and then re-opened by clicking in the search input or pressing "/", the search term remains in the...
It's pretty common to hit enter at the end of the search query and expect the search query to be submitted, but instead the user is redirected to the Sphinx...
We are currently suggesting the following configuration: ```python # https://docs.readthedocs.io/page/reference/environment-variables.html project = os.environ["READTHEDOCS_PROJECT"] version = os.environ["READTHEDOCS_VERSION"] # Include results from subprojects by default. rtd_sphinx_search_default_filter = f"subprojects:{project}/{version}" ``` But these variables...
I was looking into how the pydata sphinx theme could support this search functionality, but was a bit confused by the documentation so asking questions here to help clarify. The...
It would be neat to be able to search a subset of the docs. An example: if I did a search at https://docs.readthedocs.io/en/latest/development/install.html -- I had the option to _only_...
Every function is now under `READTHEDOCS` object. Users have flexibility to override any of them. (Tested)
Hi thank you for this awesome project. I encountered some issue that the input box doesn't show query string, it is the same as the background color, below is the...
In #116 Underscore was removed, and the pattern was shifted to native DOM manipulation. One potential pattern to consider for future releases could be to use an HTML template inline...
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `lodash` from 4.17.20 to 4.17.21 Commits f299b52 Bump to v4.17.21 c4847eb Improve performance...
Bumps [lodash.template](https://github.com/lodash/lodash) to 4.5.0 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `lodash.template` from 3.6.2 to 4.5.0 Release notes Sourced from lodash.template's releases. 4.0.0 lodash...