aboutsummaryrefslogtreecommitdiffstats
path: root/v9.8.0/_static/language_data.js
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2024-11-23 18:47:50 +0000
committerGravatar ChrisLovering <[email protected]>2024-11-23 18:47:50 +0000
commit4497a82c504818d61ab18c5251ae2bc42bae279e (patch)
tree787e4916831cac5ae07115fdf2b2bcc49f0a04e0 /v9.8.0/_static/language_data.js
parentDeploying to docs from @ python-discord/bot-core@06b1ada5772490e18a7ab1b96d05... (diff)
Deploying to docs from @ python-discord/bot-core@bdaaa2e76d4cb32843754757532ef8d73ac97761 🚀
Diffstat (limited to 'v9.8.0/_static/language_data.js')
-rw-r--r--v9.8.0/_static/language_data.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/v9.8.0/_static/language_data.js b/v9.8.0/_static/language_data.js
index 367b8ed8..c7fe6c6f 100644
--- a/v9.8.0/_static/language_data.js
+++ b/v9.8.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"];