Skip to content

Commit

Permalink
Merge pull request #70 from adafruit/dev/fix-jquery
Browse files Browse the repository at this point in the history
Fix jQuery for docs
  • Loading branch information
dhalbert committed May 24, 2023
2 parents bc7fa53 + 0427054 commit 1bf25b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinxcontrib.jquery",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.todo",
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# SPDX-License-Identifier: Unlicense

sphinx>=4.0.0
sphinxcontrib-jquery

0 comments on commit 1bf25b5

Please sign in to comment.