mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #4412: Updated jQuery version from 3.1.0 to 3.2.1
This commit is contained in:
parent
2398bc9f77
commit
357fba4467
2
CHANGES
2
CHANGES
@ -17,7 +17,7 @@ Bugs fixed
|
||||
----------
|
||||
|
||||
* #1922: html search: Upper characters problem in French
|
||||
|
||||
* #4412: Updated jQuery version from 3.1.0 to 3.2.1
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
File diff suppressed because it is too large
Load Diff
8
sphinx/themes/basic/static/jquery.js
vendored
8
sphinx/themes/basic/static/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -69,7 +69,7 @@ def test_js_source(app, status, warning):
|
||||
|
||||
app.builder.build(['contents'])
|
||||
|
||||
v = '3.1.0'
|
||||
v = '3.2.1'
|
||||
msg = 'jquery.js version does not match to {v}'.format(v=v)
|
||||
jquery_min = (app.outdir / '_static' / 'jquery.js').text()
|
||||
assert 'jQuery v{v}'.format(v=v) in jquery_min, msg
|
||||
|
Loading…
Reference in New Issue
Block a user