Merged in shimizukawa/sphinx (pull request #305)

gettext speed-up. closes #1426
This commit is contained in:
Takayuki Shimizukawa
2014-10-09 00:59:39 +09:00
8 changed files with 52 additions and 16 deletions
+10 -2
View File
@@ -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