diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-16 19:47:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 19:47:09 +0100 |
commit | 881f66c5573cec1b3333868effb10cec5c62c7b4 (patch) | |
tree | 51b890ff465a9080c133c99cc05a339e7ccadc21 /doc/extdev | |
parent | 956cddb7d406a81edf26d80ff408f76aa01d0f24 (diff) | |
download | sphinx-git-881f66c5573cec1b3333868effb10cec5c62c7b4.tar.gz |
Simplify Sphinx's Stemmer (#10467)
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 81167cd4d..d88eb27b0 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,11 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``sphinx.util.stemmer`` + - 5.1 + - 7.0 + - ``snowballstemmer`` + * - ``sphinx.util.jsdump`` - 5.0 - 7.0 |