mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-13 06:24:46 -05:00
Merged in shimizukawa/sphinx (pull request #305)
gettext speed-up. closes #1426
This commit is contained in:
+10
-2
@@ -424,9 +424,17 @@ documentation on :ref:`intl` for details.
|
||||
.. confval:: gettext_uuid
|
||||
|
||||
If true, Sphinx generates uuid information for version tracking in message
|
||||
catalogs.
|
||||
catalogs. It is used for:
|
||||
|
||||
The default is ``True``.
|
||||
* Add uid line for each msgids in .pot files.
|
||||
* Calculate similarity between new msgids and previously saved old msgids.
|
||||
This calculation takes a long time.
|
||||
|
||||
If you want to accelerate the calculation, you can use
|
||||
``python-levenshtein`` 3rd-party package written in C by using
|
||||
:command:`pip install python-levenshtein`.
|
||||
|
||||
The default is ``False``.
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user