mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Ensure lunr.py version matches lunr.js
Each version of lunr.py only works with a specific version of lunr.js. Therefore we must hardcode the specific version of lunr.py in our requirements. As we recently updated to lunr.js version 2.3.8 (#1995), that coincides with lunr.py version 0.5.6. See the lunr.py CHANGELOG for coinciding versions: https://github.com/yeraydiazdiaz/lunr.py/blob/master/CHANGELOG.md
This commit is contained in:
Reference in New Issue
Block a user