Skip to content

Commit 6d36bb7

Browse files
committed
try fixing scorer
1 parent 4d9b884 commit 6d36bb7

File tree

2 files changed

+2
-84
lines changed

2 files changed

+2
-84
lines changed

docs/_static/js/scorer.js

-82
This file was deleted.

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def write_new():
326326
# so a file named "default.css" will overwrite the builtin "default.css".
327327
html_static_path = ["_static"]
328328
html_css_files = ["css/custom.css"]
329-
html_js_files = ["js/custom.js", "js/scorer.js"]
329+
html_js_files = ["js/custom.js"]
330330

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

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

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

0 commit comments

Comments
 (0)