summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa+bitbucket@gmail.com>2014-10-09 00:59:39 +0900
committerTakayuki Shimizukawa <shimizukawa+bitbucket@gmail.com>2014-10-09 00:59:39 +0900
commit793402adb33999b52fbf3dfd77933a935c95eade (patch)
tree445acd854e070352b22a9e14c221c1ab90aa5ccc /CHANGES
parentc575c28515462cd8ff9ab2c54401935c6605ebae (diff)
parent11433f0d58f3fc52f17fbac9ce11bd393cda0845 (diff)
downloadsphinx-793402adb33999b52fbf3dfd77933a935c95eade.tar.gz
Merged in shimizukawa/sphinx (pull request #305)
gettext speed-up. closes #1426
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0520b5ea..02c23d85 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,10 @@ Incompatible changes
templates directory.
* Custom domains should implement the new `Domain.resolve_any_xref`
method to make the `any` role work properly.
+* gettext builder: gettext doesn't emit uuid information to generated pot files
+ by default. Please set ``True`` to `gettext_uuid` to emit uuid information.
+ Additionally, if the ``python-levenshtein`` 3rd-party package is installed,
+ it will improve the calculation time.
* gettext builder: disable extracting/apply 'index' node by default. Please set
'index' to :confval:`gettext_enables` to enable extracting index entries.