diff options
Diffstat (limited to 'v9.4.0/_static/language_data.js')
-rw-r--r-- | v9.4.0/_static/language_data.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/v9.4.0/_static/language_data.js b/v9.4.0/_static/language_data.js index 367b8ed8..c7fe6c6f 100644 --- a/v9.4.0/_static/language_data.js +++ b/v9.4.0/_static/language_data.js @@ -1,13 +1,6 @@ /* - * language_data.js - * ~~~~~~~~~~~~~~~~ - * * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; |