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

Search: correctly remove Search.init on Sphinx >= 5.0 #100

Merged
merged 4 commits into from
Feb 3, 2022

Commits on Jan 31, 2022

  1. Search: correctly remove Search.init on Sphinx >= 5.0

    On sphinx-doc/sphinx#10028
    the `Sphinx.init` call was changed to be called with the `_ready`
    function.
    
    We need to update our regex to catch that,
    otherwise `Sphinx.init` will be called twice.
    
    Closes readthedocs/readthedocs.org#8862.
    stsewd committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    5a625cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9c45b View commit details
    Browse the repository at this point in the history
  3. Update docstring

    stsewd committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ad92c76 View commit details
    Browse the repository at this point in the history
  4. Linter

    stsewd committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ad9dc78 View commit details
    Browse the repository at this point in the history