summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 260ccddd..2fd1cf66 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -747,6 +747,15 @@ that use Sphinx' HTMLWriter class.
* ``sv`` -- Swedish
* ``tr`` -- Turkish
+ .. admonition:: Accelerate build speed
+
+ Each language (except Japanese) provides its own stemming algorithm.
+ Sphinx uses Python implementation by default. You can use
+ C implementation to accelerate building the index file.
+
+ * `PorterStemmer <https://pypi.python.org/pypi/PorterStemmer>`_ (`en`)
+ * `PyStemmer <https://pypi.python.org/pypi/PyStemmer>`_ (all languages)
+
.. versionadded:: 1.1
.. versionchanged:: 1.3