mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix loading the existing search index.
This commit is contained in:
parent
c428cbe44c
commit
dab4377c4f
@ -197,7 +197,7 @@ class IndexBuilder(object):
|
||||
return rv
|
||||
|
||||
self._mapping = load_terms(frozen['terms'])
|
||||
self._title_mapping = load_terms(frozen['section_terms'])
|
||||
self._title_mapping = load_terms(frozen['titleterms'])
|
||||
# no need to load keywords/objtypes
|
||||
|
||||
def dump(self, stream, format):
|
||||
|
Loading…
Reference in New Issue
Block a user