Skip to content

Commit

Permalink
Fix search functionality (#570)
Browse files Browse the repository at this point in the history
* Adding jquery extension to fix search issue in doc

* Added the sphinxcontrib-jquery dependency to setup.py
  • Loading branch information
dimkab authored Oct 1, 2024
1 parent 0f5dae6 commit f015a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"myst_parser",
# "sphinx_gallery.gen_gallery",
# "sphinx_search.extension",
"sphinxcontrib.bibtex"
"sphinxcontrib.bibtex",
"sphinxcontrib.jquery",
]

# Point sphinxcontrib.bibtex to the bibtex file.
Expand Down Expand Up @@ -102,7 +103,6 @@
# logo
html_logo = "_static/img/chirho_logo_wide.png"


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"isort",
"sphinx==7.1.2",
"sphinxcontrib-bibtex",
"sphinxcontrib-jquery",
"sphinx_rtd_theme==1.3.0",
"myst_parser",
"nbsphinx",
Expand Down

0 comments on commit f015a77

Please sign in to comment.