a5ceb6f15d
This makes the search.html page that's generated by sphinx function as the local search, and not the global google based swift_search. The sphinx integrated search will mean that only documents linked to the current tree will be returned, which also ensures that searching for content in stable/pike doesn't jump you to mitaka answers. It also brings back highlighting of search results which is a style rule that was lost in the building of the openstackdocstheme. We probably also want sidebar integration of this search field, however this will at least mean hitting the search.html page will do what people previously expected. Change-Id: I747ad28658e12441ccad7081d15788f5d738dc5e
13 lines
481 B
YAML
13 lines
481 B
YAML
---
|
|
prelude: >
|
|
Adds scoped search so that readers can search within project documentation
|
|
only.
|
|
features:
|
|
- |
|
|
Adds ability to use the Sphinx search implementation only for the content
|
|
for the project, such as nova or keystone. The default settings set the
|
|
search scope to within the built version and only for .html files.
|
|
|
|
- Readers access the search functionality through a link to Search from the
|
|
top-most landing page for the project documentation.
|