File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Features added
19
19
* #13439: linkcheck: Permit warning on every redirect with
20
20
``linkcheck_allowed_redirects = {} ``.
21
21
Patch by Adam Turner.
22
+ * #13535: html search: Update to the latest version of Snowball (v3.01.)
23
+ Patch by Adam Turner.
22
24
23
25
Bugs fixed
24
26
----------
Original file line number Diff line number Diff line change @@ -337,13 +337,15 @@ Updating generated files
337
337
------------------------
338
338
339
339
* JavaScript stemming algorithms in :file: `sphinx/search/non-minified-js/*.js `
340
- are generated using ` snowball < https://github.com/snowballstem/snowball >`_
341
- by cloning the repository, executing `` make dist_libstemmer_js `` and then
342
- unpacking the tarball which is generated in :file: `dist ` directory .
340
+ and stopword files in :file: ` sphinx/search/_stopwords/ `
341
+ are generated from the ` Snowball project `_
342
+ by running :file: `utils/generate_snowball.py ` .
343
343
344
344
Minified files in :file: `sphinx/search/minified-js/*.js ` are generated from
345
- non-minified ones using :program: `uglifyjs ` (installed via npm), with ``-m ``
346
- option to enable mangling.
345
+ non-minified ones using :program: `uglifyjs ` (installed via npm).
346
+ See :file: `sphinx/search/minified-js/README.rst `.
347
+
348
+ .. _Snowball project : https://snowballstem.org/
347
349
348
350
* The :file: `searchindex.js ` files found in
349
351
the :file: `tests/js/fixtures/* ` directories
You can’t perform that action at this time.
0 commit comments