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

bump jquery to 3.5.1 to fix sphinx search #7232

Closed
wants to merge 1 commit into from

Conversation

donsizemore
Copy link
Contributor

What this PR does / why we need it: this, along with updating sphinx to 3.2.1 on gdcc-jenkins01, seems to fix guide search

Which issue(s) this PR closes:

Closes #7228

Special notes for your reviewer: none

Suggestions on how to test this: testable in jenkins workspace or branch space on guides.dataverse

Does this PR introduce a user interface change? If mockups are available, please link/include them here: no

Is there a release notes update needed for this change?: no

Additional documentation: none

@@ -225,7 +225,7 @@
html_static_path = ['_static']

html_js_files = [
'js/jquery-3.4.1.min.js',
'js/jquery-3.5.1.min.js',
Copy link
Contributor

Choose a reason for hiding this comment

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

Unfortunately this is not how jQuery is updated. I thought adding a physical file would work back in #4219, but apparently that just added a second jQuery library, instead of replacing the default.

Copy link
Contributor

@mheppler mheppler left a comment

Choose a reason for hiding this comment

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

This won't do it.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 19.535% when pulling 22e3ea6 on OdumInstitute:7228_fix_guide_search into 796e612 on IQSS:develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't search Dataverse 5.0 guides
3 participants