Skip to content

Commit cf42c46

Browse files
committed
refs #1784: fix for websupport.
1 parent 059a74c commit cf42c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sphinx/websupport/search/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ def context_for_searchtool(self):
119119
"""Required by the HTML builder."""
120120
return {}
121121

122+
def get_js_stemmer_rawcode(self):
123+
"""Required by the HTML builder."""
124+
return None
125+
122126

123127
# The built-in search adapters.
124128
SEARCH_ADAPTERS = {

0 commit comments

Comments
 (0)