diff options
| author | Georg Brandl <georg@python.org> | 2014-03-01 08:21:59 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-03-01 08:21:59 +0100 |
| commit | 53c1ddd6dc0fab15f585d95db6f673b570eea6bf (patch) | |
| tree | 3cb0b0b11fe4cd1a4727d61b70f309f98b5cec24 /sphinx/builders/gettext.py | |
| parent | 0b33a665e0880f0ccfe1707984440a8c98fd3987 (diff) | |
| parent | df61586c5bc6c03eced862a30c92272830d5ad3e (diff) | |
| download | sphinx-53c1ddd6dc0fab15f585d95db6f673b570eea6bf.tar.gz | |
Merged in kenhys/sphinx (pull request #217)
Add feature to suppress uuid/location information for message catalogs
Diffstat (limited to 'sphinx/builders/gettext.py')
| -rw-r--r-- | sphinx/builders/gettext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/gettext.py b/sphinx/builders/gettext.py index 06bda7be..d03a070f 100644 --- a/sphinx/builders/gettext.py +++ b/sphinx/builders/gettext.py @@ -5,7 +5,7 @@ The MessageCatalogBuilder class. - :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. + :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
