Skip to content

Commit

Permalink
Sphinx 6.0.0 has removed dependency from jquery, but we still use jqu…
Browse files Browse the repository at this point in the history
…ery-dropdown: add back a compatible jquery version
  • Loading branch information
francesco-ballarin committed Dec 29, 2023
1 parent 57bf795 commit 45a837c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@

# Custom javascript files
html_js_files = [
"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/jquery-dropdown/2.0.3/jquery.dropdown.min.js",
"js/external_links.js"
]

0 comments on commit 45a837c

Please sign in to comment.