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
|
- discuss and debug comments system
|
||||||
- prepare for databases other than sqlite for comments
|
- 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)?
|
- optionally have a contents tree view in the sidebar (AJAX based)?
|
||||||
|
@@ -441,7 +441,7 @@ class BuildEnvironment:
|
|||||||
for subnode in node:
|
for subnode in node:
|
||||||
if isinstance(subnode, addnodes.toctree):
|
if isinstance(subnode, addnodes.toctree):
|
||||||
# just copy the toctree node which is then resolved
|
# just copy the toctree node which is then resolved
|
||||||
# in self.resolve_toctrees
|
# in self.get_and_resolve_doctree
|
||||||
item = subnode.copy()
|
item = subnode.copy()
|
||||||
entries.append(item)
|
entries.append(item)
|
||||||
# do the inventory stuff
|
# do the inventory stuff
|
||||||
|
Reference in New Issue
Block a user