diff options
author | Georg Brandl <georg@python.org> | 2011-01-08 17:32:32 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-08 17:32:32 +0100 |
commit | c266128c6d0f06f4f11c34ddc6e533fd2c425ccc (patch) | |
tree | c3678ebad572a3a8d4ad37d45dc783abae3fdeaa /sphinx/builders/websupport.py | |
parent | 893d64ec500b4b58a50243e49352c3af3e0caa62 (diff) | |
download | sphinx-git-c266128c6d0f06f4f11c34ddc6e533fd2c425ccc.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 '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 e8f6aef35..b77573095 100644 --- a/sphinx/builders/websupport.py +++ b/sphinx/builders/websupport.py @@ -26,6 +26,7 @@ class WebSupportBuilder(PickleHTMLBuilder): Builds documents for the web support package. """ name = 'websupport' + versioning_method = 'commentable' def init(self): PickleHTMLBuilder.init(self) |