Skip to content

Commit

Permalink
Fix search in docs by adding jquery to docs conf (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Dec 6, 2023
1 parent b7eada9 commit e1d435d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Bug Fixes
---------

-
- Fix search in documentation [#241]

Changes to API
--------------
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def setup(app):

extensions = [
"sphinx_automodapi.automodapi",
"sphinxcontrib.jquery",
"numpydoc",
'sphinx_asdf',
]
Expand Down

0 comments on commit e1d435d

Please sign in to comment.