diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 8593a190e..933e509d0 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -209,7 +209,7 @@ class Config(object): # gettext options gettext_compact = (True, 'gettext'), gettext_location = (True, 'gettext'), - gettext_uuid = (True, 'gettext'), + gettext_uuid = (False, 'gettext'), gettext_auto_build = (True, 'env'), gettext_enables = ([], 'env'), |