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

Highlight all search terms on the search results page #10930

Merged
merged 8 commits into from
Aug 12, 2023

Commits on Aug 5, 2023

  1. Highlight all search terms on search results page

    SphinxHighlight.highlightSearchWords() is called on DOMContentLoaded
    event, and it will not highlight page fragments loaded asynchronously.
    
    So we should highlight all such fragments manually.
    
    Fixes sphinx-doc#10864.
    mitya57 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5af89ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    628bfc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6abe1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    067c27e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Merge branch 'master' into highlight

    # Conflicts:
    #	tests/test_build_html.py
    AA-Turner committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9be6676 View commit details
    Browse the repository at this point in the history
  2. Expand rehighlightListItem

    AA-Turner committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ab9958f View commit details
    Browse the repository at this point in the history
  3. CHANGES

    AA-Turner committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b34173a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into highlight

    # Conflicts:
    #	CHANGES
    AA-Turner committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a1115e1 View commit details
    Browse the repository at this point in the history