summaryrefslogtreecommitdiff
path: root/sphinx/builders/gettext.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix mypy violations after merge of 'stable'jfbu2017-03-031-6/+6
| | | | | | | | modified: sphinx/builders/gettext.py
* | Fix error in merge of 'stable'jfbu2017-03-031-22/+28
| | | | | | | | modified: sphinx/builders/gettext.py
* | Merge branch 'stable'jfbu2017-03-031-1/+15
|\ \ | |/
| * fix gettext builder that writes pot files unless the content are same ↵Yoshiki Shibukawa2017-03-021-23/+44
| | | | | | | | without creation date
* | Fix mypy violationsTakeshi KOMIYA2017-01-221-2/+2
| |
* | Sphinx.status_iterator() is now deprecatedTakeshi KOMIYA2017-01-071-8/+9
| |
* | Use loggersTakeshi KOMIYA2017-01-021-1/+1
| |
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-3/+6
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| |
* | Add type-check annotations to sphinx.buildersTakeshi KOMIYA2016-11-161-12/+41
|/
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-161-0/+1
|\
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-0/+1
| |
* | Fix #2874: gettext builder could not extract all text under the ``only`` ↵Takeshi KOMIYA2016-08-271-0/+12
| | | | | | | | directives
* | Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+10
| |
* | Merge branch 'stable'jfbu2016-06-221-1/+1
|\ \ | |/
| * Fix LocalTimeZone.utcoffset return value when SOURCE_DATE_EPOCH is setDmitry Shachnev2016-06-191-1/+1
| | | | | | | | | | | | | | | | Subclasses of tzinfo should follow the parent class and return offset either as None (when unknown) or as timedelta. Otherwise datetime.fromtimestamp() will raise a TypeError: tzinfo.utcoffset() must return None or timedelta, not 'int'.
* | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-5/+1
|/
* Add pointers to the SOURCE_DATE_EPOCH specification.Alexis Bienvenüe2016-05-031-0/+2
|
* Spaces and import fix.Alexis Bienvenüe2016-05-021-0/+1
|
* Extend SOURCE_DATE_EPOCH to gettextAlexis Bienvenüe2016-04-281-2/+5
|
* classifier of glossary terms can be used for index entries grouping key. The ↵shimizukawa2016-02-141-1/+1
| | | | classifier also be used for translation. See also :ref:`glossary-directive`.
* Merge pull request #2074 from techtonik/patch-1Takayuki SHIMIZUKAWA2016-02-091-4/+4
|\ | | | | gettext: use canonical relative paths for .pot
| * gettext: use new osutil.canon_path()anatoly techtonik2016-02-091-5/+4
| |
| * gettext: use canonical relative paths for .potanatoly techtonik2016-02-091-1/+2
| |
* | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|/
* refactoring: move i18n related function from osutil into i18nshimizukawa2015-03-161-1/+2
|
* builders: pep8 fixesGeorg Brandl2015-03-081-4/+5
|
* The ``gettext_enables`` config value has been renamed to ↵shimizukawa2015-02-221-1/+1
| | | | `gettext_additional_targets`.
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵Takayuki Shimizukawa2014-10-051-0/+5
| | | | | | | | False, also levenshtein calculation is disabled. refs #1426
* | add :confval:`gettext_enables` to enable extracting 'index' to gettext ↵Takayuki Shimizukawa2014-09-281-9/+10
| | | | | | | | catalog output / applying translation catalog to generated documentation. Closes #1344
* | remove with_statement feature for py25.Takayuki Shimizukawa2014-09-261-1/+0
| |
* | Move status_iterator to application object.Georg Brandl2014-09-221-3/+3
| |
* | Automatically compile ``*.mo`` files from ``*.po`` files.Takayuki Shimizukawa2014-08-031-0/+3
| |
* | remove unnecessary `list()` wrappers. In some places, I replaced ↵Takayuki Shimizukawa2014-05-251-1/+1
| | | | | | | | `iterable.sort()` with `sorted(iterable)`.
* | wrap py3 iterators with list() for each places that expect a list object. ↵Takayuki Shimizukawa2014-04-301-1/+1
| | | | | | | | refs #1350.
* | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-7/+8
| |
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-1/+3
| | | | | | | | refs #1350.
* | merge with stableGeorg Brandl2014-03-021-1/+2
|\ \ | |/
| * Fix long lines.Georg Brandl2014-03-021-1/+2
| |
* | merge with stableGeorg Brandl2014-03-021-0/+3
|\ \ | |/
| * Fix 'make gettext' fails when the '.. todolist::' directive is present. ↵Takayuki Shimizukawa2014-03-021-0/+3
| | | | | | | | | | | | | | Closes #1364 Nodes that are replicated like todo don't have a uid, however i18n also unnecessary. If extensions need to choose i18n for the extended nodes or not, we need another approach.
* | Add versionadded tags for new config values.Georg Brandl2014-03-011-1/+2
| |
* | Merged in kenhys/sphinx (pull request #217)Georg Brandl2014-03-011-7/+8
|\ \ | | | | | | | | | Add feature to suppress uuid/location information for message catalogs
| * | Add feature to suppress uuid/location information for message catalogshayashi2014-02-011-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: default #: ../../../source/news.txt:6 # 9f62de6b9c3b477095dba5e468972e6d msgid "News" msgstr After: suppress uuid & location information msgid "News" msgstr
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ \ | |/ / |/| / | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |