Skip to content

Commit

Permalink
Merge pull request IQSS#10456 from IQSS/10455-sphinx-search
Browse files Browse the repository at this point in the history
add jQuery to get search working in guides
  • Loading branch information
landreev authored Apr 2, 2024
2 parents dae327f + b08c3e7 commit 8adee66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/sphinx-guides/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ myst-parser==2.0.0

# tabs
sphinx-tabs==3.4.5

# jQuery
sphinxcontrib-jquery
1 change: 1 addition & 0 deletions doc/sphinx-guides/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
'sphinxcontrib.icon',
'sphinxcontrib.jquery',
'myst_parser',
'sphinx_tabs.tabs',
]
Expand Down

0 comments on commit 8adee66

Please sign in to comment.