Fix document search in sphinx

* It because we using a old version of theme, but sphinx is up to date.
Manually add field in layout.html.

* Fix #1904
release/0.10.0
Yu Yang 8 years ago
parent ddc2c6ef3e
commit 219d9d51d1

@ -168,7 +168,8 @@
VERSION:'{{ release|e }}',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}',
HAS_SOURCE: {{ has_source|lower }}
HAS_SOURCE: {{ has_source|lower }},
SOURCELINK_SUFFIX: ".txt",
};
</script>
{%- for scriptfile in script_files %}

Loading…
Cancel
Save