Skip to content

Commit 080d764

Browse files
committed
Docs
1 parent ad19efa commit 080d764

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Features added
1919
* #13439: linkcheck: Permit warning on every redirect with
2020
``linkcheck_allowed_redirects = {}``.
2121
Patch by Adam Turner.
22+
* #13535: html search: Update to the latest version of Snowball (v3.01.)
23+
Patch by Adam Turner.
2224

2325
Bugs fixed
2426
----------

doc/internals/contributing.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,15 @@ Updating generated files
337337
------------------------
338338

339339
* 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`.
343343

344344
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/
347349

348350
* The :file:`searchindex.js` files found in
349351
the :file:`tests/js/fixtures/*` directories

0 commit comments

Comments
 (0)