summaryrefslogtreecommitdiff
path: root/doc/intl.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-08 17:32:32 +0100
committerGeorg Brandl <georg@python.org>2011-01-08 17:32:32 +0100
commit4526dd75ca7a1a61555fb47dffd1d4e4de4ee0cb (patch)
treec3678ebad572a3a8d4ad37d45dc783abae3fdeaa /doc/intl.rst
parent16c45674eff514fc7a23528ba207721dd8215a2a (diff)
downloadsphinx-4526dd75ca7a1a61555fb47dffd1d4e4de4ee0cb.tar.gz
Rename "intl" module to "gettext", to make it easier to find. Distinguish environments with different versioning methods and always give the gettext builder its own doctree dir.
Diffstat (limited to 'doc/intl.rst')
-rw-r--r--doc/intl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intl.rst b/doc/intl.rst
index 3a9e32f2..6a5471c4 100644
--- a/doc/intl.rst
+++ b/doc/intl.rst
@@ -32,7 +32,7 @@ task to split up paragraphs which are too large as there is no sane automated
way to do that.
After Sphinx successfully ran the
-:class:`~sphinx.builders.intl.MessageCatalogBuilder` you will find a collection
+:class:`~sphinx.builders.gettext.MessageCatalogBuilder` you will find a collection
of ``.pot`` files in your output directory. These are **catalog templates**
and contain messages in your original language *only*.