Use lunr.py for prebuilding indices (#1607)

This commit is contained in:
Yeray Diaz Diaz
2018-09-29 14:07:53 +01:00
committed by Waylan Limberg
parent 54a6e9efbc
commit 259c2b102b
10 changed files with 3410 additions and 2790 deletions

View File

@@ -59,6 +59,7 @@ setup(
'click>=3.3',
'Jinja2>=2.7.1',
'livereload>=2.5.1',
'lunr[languages]>=0.5.2',
'Markdown>=2.3.1',
'PyYAML>=3.10',
'tornado>=5.0'