mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add nucular as a possible full text indexer.
This commit is contained in:
2
TODO
2
TODO
@@ -17,5 +17,5 @@ Web App
|
||||
|
||||
- discuss and debug comments system
|
||||
- prepare for databases other than sqlite for comments
|
||||
- add search via Xapian?
|
||||
- add search via Xapian or Nucular (Python indexer - nucular.sf.net)
|
||||
- optionally have a contents tree view in the sidebar (AJAX based)?
|
||||
|
@@ -441,7 +441,7 @@ class BuildEnvironment:
|
||||
for subnode in node:
|
||||
if isinstance(subnode, addnodes.toctree):
|
||||
# just copy the toctree node which is then resolved
|
||||
# in self.resolve_toctrees
|
||||
# in self.get_and_resolve_doctree
|
||||
item = subnode.copy()
|
||||
entries.append(item)
|
||||
# do the inventory stuff
|
||||
|
Reference in New Issue
Block a user