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

HTML: Fix search unnecessarily requiring source files #9129

Closed
wants to merge 6 commits into from

Commits on Apr 11, 2021

  1. Bump version

    tk0miya committed Apr 11, 2021
    Copy the full SHA
    ec79abf View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Merge branch '4.x'

    tk0miya committed Apr 18, 2021
    Copy the full SHA
    d751f3b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Merge branch '4.x'

    tk0miya committed Apr 19, 2021
    Copy the full SHA
    d9c4bc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Fix search unnecessarily requiring source files

    This seems to have been a mistake with sphinx-doc#4022 the ajax call functions correctly without the source files being included in the build (they are never used).
    
    I have tested this out on several themes and now everything works correctly with `html_copy_source = False`
    Blendify committed Apr 22, 2021
    Copy the full SHA
    311dfaa View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Fix search unnecessarily requiring source files

    This seems to have been a mistake with sphinx-doc#4022 the ajax call functions correctly without the source files being included in the build (they are never used).
    
    I have tested this out on several themes and now everything works correctly with `html_copy_source = False`
    Blendify committed Apr 23, 2021
    Copy the full SHA
    195b98c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Blendify/html-search-ajax' of github.com:Blendify/sphin…

    …x into Blendify/html-search-ajax
    Blendify committed Apr 23, 2021
    Copy the full SHA
    231bc05 View commit details
    Browse the repository at this point in the history