mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Use a new scorer to improve search results.
This makes the other pages take less priority than the API results. It's kind of biased, but hopefully it helps out.
This commit is contained in:
@ -234,7 +234,7 @@ html_static_path = ['_static']
|
||||
|
||||
# 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 = 'scorer.js'
|
||||
html_search_scorer = '_static/scorer.js'
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'discord.pydoc'
|
||||
|
Reference in New Issue
Block a user