Skip to content

Commit bd9e235

Browse files
committed
Include jQuery which doesn't come for free from the theme any more
1 parent 99033c2 commit bd9e235

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_static/jquery-3.7.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236

237237
# Include JavaScript files with custom functionality
238238
html_js_files = [
239+
'jquery-3.7.1.min.js',
239240
'version_redirect.js',
240241
]
241242

0 commit comments

Comments
 (0)