diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index e5054a15..caf49022 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' |