Skip to content

Commit

Permalink
Fix missing jQuery error in docs (#1321)
Browse files Browse the repository at this point in the history
The latest versions `4.1` and `4.0` of `sphinxcontrib-jquery` have an issue with jQuery installed currently in sphinx. This is causing the search functionality to fail so I've pinned the version to `3.0.0`, this resolves the issue.

Authors:
   - Jake Awe (https://github.com/AyodeAwe)

Approvers:
   - https://github.com/jakirkham
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
AyodeAwe authored Aug 10, 2023
1 parent 934b8d9 commit 663e659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# ones.

extensions = [
"sphinxcontrib.jquery",
"sphinx.ext.intersphinx",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
Expand Down

0 comments on commit 663e659

Please sign in to comment.