Skip to content

Commit

Permalink
🐛 Restore search functionality (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy authored May 11, 2024
2 parents eff27a1 + 06ff14c commit 74ad49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def yaml_to_rst(path):
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.bibtex',
'sphinxcontrib.jquery',
'sphinx.ext.ifconfig',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
Expand Down Expand Up @@ -459,6 +460,8 @@ def _unireplace(release_note, unireplace):
'custom.css',
]
html_js_files = [
'underscore.js',
'doctools.js',
'hideEmptyHighlights.js',
('versionList.js', {'defer': 'defer'})]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nbsphinx
PyGithub
sphinx==7.1.2
sphinxcontrib-bibtex==2.5.0
sphinxcontrib-jquery>=4.1
sphinxcontrib-programoutput
semver
torch
Expand Down

0 comments on commit 74ad49a

Please sign in to comment.