mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #6609 from tk0miya/6606_jquery-3.4.1
Fix #6606: Update jQuery to 3.4.1
This commit is contained in:
commit
d2d6cad898
File diff suppressed because it is too large
Load Diff
6
sphinx/themes/basic/static/jquery.js
vendored
6
sphinx/themes/basic/static/jquery.js
vendored
File diff suppressed because one or more lines are too long
@ -74,7 +74,7 @@ def test_js_source(app, status, warning):
|
||||
|
||||
app.builder.build(['contents'])
|
||||
|
||||
v = '3.2.1'
|
||||
v = '3.4.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