Hi Jeff, I found that 'titleterms' problem was reported. https://bitbucket.org/birkenfeld/sphinx/issue/1074/search-index-loading-crashes-sphinx-after
Could you try `make clean` and `make html` again? -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2013/2/13 Jeff Klukas <[email protected]>: > I am running the current development version of sphinx and run into the > following error with "make html": > > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/search/__init__.py", > line 208, in load > self._title_mapping = load_terms(frozen['titleterms']) > KeyError: 'titleterms' > > Here's the full traceback: > > # Sphinx version: 1.2pre/3be5e38b508b+ > # Python version: 2.7.2 > # Docutils version: 0.10 release > # Jinja2 version: 2.6 > Traceback (most recent call last): > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/cmdline.py", line 238, > in main > app.build(force_all, filenames) > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/application.py", line > 208, in build > self.builder.build_update() > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/builders/__init__.py", > line 200, in build_update > 'out of date' % len(to_build)) > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/builders/__init__.py", > line 256, in build > self.write(docnames, list(updated_docnames), method) > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/builders/__init__.py", > line 287, in write > self.prepare_writing(docnames) > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/builders/html.py", line > 261, in prepare_writing > self.load_indexer(docnames) > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/builders/html.py", line > 656, in load_indexer > self.indexer.load(f, self.indexer_format) > File "/Users/jklukas/Dropbox/Coding/sphinx/sphinx/search/__init__.py", > line 208, in load > self._title_mapping = load_terms(frozen['titleterms']) > KeyError: 'titleterms' > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
