Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add Algolia search to docs #46477

Merged

Conversation

peytondmurray
Copy link
Contributor

Why are these changes needed?

This PR updates the documentation search engine to use Algolia, improving search results.

To add support for Algolia, I've

Related issue number

Closes #43208.

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@peytondmurray peytondmurray requested a review from a team as a code owner July 8, 2024 17:10
@peytondmurray peytondmurray added the docs An issue or change related to documentation label Jul 8, 2024
Copy link
Collaborator

@can-anyscale can-anyscale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@can-anyscale can-anyscale enabled auto-merge (squash) July 12, 2024 18:29
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Jul 12, 2024
@peytondmurray peytondmurray marked this pull request as draft July 12, 2024 21:29
@peytondmurray peytondmurray marked this pull request as ready for review July 23, 2024 07:01
@can-anyscale can-anyscale merged commit 80e832c into ray-project:master Sep 2, 2024
5 checks passed
@can-anyscale
Copy link
Collaborator

Reverting since this broke doc build https://buildkite.com/ray-project/postmerge/builds/6103; I'll fix this forward

can-anyscale added a commit that referenced this pull request Sep 4, 2024
can-anyscale added a commit that referenced this pull request Sep 4, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
This PR updates the documentation search engine to use Algolia,
improving search results.

To add support for Algolia, I've

- Added the `sphinx-docsearch==0.0.7` requirement.
- Bumped the current `sphinx` version to `7.3.7`.
- Committed the public Algolia search API key, [in accordance with their
documentation](https://www.algolia.com/doc/guides/security/api-keys/#search-only-api-key).

Signed-off-by: pdmurray <[email protected]>
Signed-off-by: ujjawal-khare <[email protected]>
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
ujjawal-khare pushed a commit to ujjawal-khare-27/ray that referenced this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs An issue or change related to documentation go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs infra] [search] When searching for a function, first result should be the API ref for that function
2 participants