mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Set dependency to lunr[languages]==0.5.8.
Lunr.py version 0.5.8 maintains compatability with Lunr.js 2.3.8, but restricts its dependnecy to nltk>=3.2.5,<3.5, which avoids installation issues on some Docker images. Fixes #2062.
This commit is contained in:
@@ -23,10 +23,11 @@ The current and past members of the MkDocs team.
|
||||
|
||||
## Version 1.1.1 (in development)
|
||||
|
||||
Bugfix: Ensure wheel is Python 3 only.
|
||||
Bugfix: Clean up `dev_addr` validation and disallow `0.0.0.0`.
|
||||
Add support for `min_search_length` parameter for search plugin (#2014).
|
||||
Bugfix: `readthedocs` theme `code` colors (#2027).
|
||||
* Bugfix: Use `lunr[languages]==0.5.8` to avoid `nltk` incompatibilities (#2062).
|
||||
* Bugfix: Ensure wheel is Python 3 only (#2021).
|
||||
* Bugfix: Clean up `dev_addr` validation and disallow `0.0.0.0` (#2022).
|
||||
* Add support for `min_search_length` parameter for search plugin (#2014).
|
||||
* Bugfix: `readthedocs` theme `code` colors (#2027).
|
||||
|
||||
## Version 1.1 (2020-02-22)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user