diff options
author | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-10-05 21:50:44 +0900 |
---|---|---|
committer | Takayuki Shimizukawa <shimizukawa@gmail.com> | 2014-10-05 21:50:44 +0900 |
commit | ee98decec11f4dcdfc115eb4acb7e31ea900dbe5 (patch) | |
tree | 087d5bcd3e46ca53c8d908def1317f16b0bf3c34 /sphinx/builders/websupport.py | |
parent | 5eb459f5a610dae041a278a1331dfd33e8b37afe (diff) | |
download | sphinx-git-ee98decec11f4dcdfc115eb4acb7e31ea900dbe5.tar.gz |
Incompatibility. Now :confval:`gettext_uuid` is set False by default. If False, also levenshtein calculation is disabled. refs #1426
Diffstat (limited to 'sphinx/builders/websupport.py')
-rw-r--r-- | sphinx/builders/websupport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builders/websupport.py b/sphinx/builders/websupport.py index 619ef6fe0..c3fbdc70d 100644 --- a/sphinx/builders/websupport.py +++ b/sphinx/builders/websupport.py @@ -27,6 +27,7 @@ class WebSupportBuilder(PickleHTMLBuilder): """ name = 'websupport' versioning_method = 'commentable' + versioning_compare = True # for commentable node's uuid stability. def init(self): PickleHTMLBuilder.init(self) |