Skip to content

Commit

Permalink
try fixing scorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 12, 2024
1 parent 4d9b884 commit 6d36bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
82 changes: 0 additions & 82 deletions docs/_static/js/scorer.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def write_new():
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
html_css_files = ["css/custom.css"]
html_js_files = ["js/custom.js", "js/scorer.js"]
html_js_files = ["js/custom.js"]

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down Expand Up @@ -386,7 +386,7 @@ def write_new():

# The name of a javascript file (relative to the configuration directory) that
# implements a search results scorer. If empty, the default will be used.
html_search_scorer = "_static/js/scorer.js"
# html_search_scorer = "_static/js/scorer.js"

# html_js_files = ["custom.js", "settings.js", "copy.js", "sidebar.js"]

Expand Down

0 comments on commit 6d36bb7

Please sign in to comment.