mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refs #1784: fix for websupport.
This commit is contained in:
parent
059a74c51e
commit
cf42c46beb
@ -119,6 +119,10 @@ class BaseSearch(object):
|
||||
"""Required by the HTML builder."""
|
||||
return {}
|
||||
|
||||
def get_js_stemmer_rawcode(self):
|
||||
"""Required by the HTML builder."""
|
||||
return None
|
||||
|
||||
|
||||
# The built-in search adapters.
|
||||
SEARCH_ADAPTERS = {
|
||||
|
Loading…
Reference in New Issue
Block a user