Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix mypy violations after merge of 'stable' | jfbu | 2017-03-03 | 1 | -6/+6 | |
| | | | | | | | | modified: sphinx/builders/gettext.py | |||||
* | | Fix error in merge of 'stable' | jfbu | 2017-03-03 | 1 | -22/+28 | |
| | | | | | | | | modified: sphinx/builders/gettext.py | |||||
* | | Merge branch 'stable' | jfbu | 2017-03-03 | 1 | -1/+15 | |
|\ \ | |/ | ||||||
| * | fix gettext builder that writes pot files unless the content are same ↵ | Yoshiki Shibukawa | 2017-03-02 | 1 | -23/+44 | |
| | | | | | | | | without creation date | |||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-01-22 | 1 | -2/+2 | |
| | | ||||||
* | | Sphinx.status_iterator() is now deprecated | Takeshi KOMIYA | 2017-01-07 | 1 | -8/+9 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2() | Takeshi KOMIYA | 2017-01-02 | 1 | -3/+6 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | | ||||||
* | | Add type-check annotations to sphinx.builders | Takeshi KOMIYA | 2016-11-16 | 1 | -12/+41 | |
|/ | ||||||
* | Merge branch 'stable' into 1.5-release | Takeshi KOMIYA | 2016-11-16 | 1 | -0/+1 | |
|\ | ||||||
| * | insert blank line(s) to adapt latest flake8/pycodestyle | shimizukawa | 2016-11-16 | 1 | -0/+1 | |
| | | ||||||
* | | Fix #2874: gettext builder could not extract all text under the ``only`` ↵ | Takeshi KOMIYA | 2016-08-27 | 1 | -0/+12 | |
| | | | | | | | | directives | |||||
* | | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch 'stable' | jfbu | 2016-06-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix LocalTimeZone.utcoffset return value when SOURCE_DATE_EPOCH is set | Dmitry Shachnev | 2016-06-19 | 1 | -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`` syntax | Takeshi KOMIYA | 2016-05-26 | 1 | -5/+1 | |
|/ | ||||||
* | Add pointers to the SOURCE_DATE_EPOCH specification. | Alexis Bienvenüe | 2016-05-03 | 1 | -0/+2 | |
| | ||||||
* | Spaces and import fix. | Alexis Bienvenüe | 2016-05-02 | 1 | -0/+1 | |
| | ||||||
* | Extend SOURCE_DATE_EPOCH to gettext | Alexis Bienvenüe | 2016-04-28 | 1 | -2/+5 | |
| | ||||||
* | classifier of glossary terms can be used for index entries grouping key. The ↵ | shimizukawa | 2016-02-14 | 1 | -1/+1 | |
| | | | | classifier also be used for translation. See also :ref:`glossary-directive`. | |||||
* | Merge pull request #2074 from techtonik/patch-1 | Takayuki SHIMIZUKAWA | 2016-02-09 | 1 | -4/+4 | |
|\ | | | | | gettext: use canonical relative paths for .pot | |||||
| * | gettext: use new osutil.canon_path() | anatoly techtonik | 2016-02-09 | 1 | -5/+4 | |
| | | ||||||
| * | gettext: use canonical relative paths for .pot | anatoly techtonik | 2016-02-09 | 1 | -1/+2 | |
| | | ||||||
* | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|/ | ||||||
* | refactoring: move i18n related function from osutil into i18n | shimizukawa | 2015-03-16 | 1 | -1/+2 | |
| | ||||||
* | builders: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -4/+5 | |
| | ||||||
* | The ``gettext_enables`` config value has been renamed to ↵ | shimizukawa | 2015-02-22 | 1 | -1/+1 | |
| | | | | `gettext_additional_targets`. | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵ | Takayuki Shimizukawa | 2014-10-05 | 1 | -0/+5 | |
| | | | | | | | | False, also levenshtein calculation is disabled. refs #1426 | |||||
* | | add :confval:`gettext_enables` to enable extracting 'index' to gettext ↵ | Takayuki Shimizukawa | 2014-09-28 | 1 | -9/+10 | |
| | | | | | | | | catalog output / applying translation catalog to generated documentation. Closes #1344 | |||||
* | | remove with_statement feature for py25. | Takayuki Shimizukawa | 2014-09-26 | 1 | -1/+0 | |
| | | ||||||
* | | Move status_iterator to application object. | Georg Brandl | 2014-09-22 | 1 | -3/+3 | |
| | | ||||||
* | | Automatically compile ``*.mo`` files from ``*.po`` files. | Takayuki Shimizukawa | 2014-08-03 | 1 | -0/+3 | |
| | | ||||||
* | | remove unnecessary `list()` wrappers. In some places, I replaced ↵ | Takayuki Shimizukawa | 2014-05-25 | 1 | -1/+1 | |
| | | | | | | | | `iterable.sort()` with `sorted(iterable)`. | |||||
* | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | | | refs #1350. | |||||
* | | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -7/+8 | |
| | | ||||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+3 | |
| | | | | | | | | refs #1350. | |||||
* | | merge with stable | Georg Brandl | 2014-03-02 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix long lines. | Georg Brandl | 2014-03-02 | 1 | -1/+2 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-03-02 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Fix 'make gettext' fails when the '.. todolist::' directive is present. ↵ | Takayuki Shimizukawa | 2014-03-02 | 1 | -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 Brandl | 2014-03-01 | 1 | -1/+2 | |
| | | ||||||
* | | Merged in kenhys/sphinx (pull request #217) | Georg Brandl | 2014-03-01 | 1 | -7/+8 | |
|\ \ | | | | | | | | | | Add feature to suppress uuid/location information for message catalogs | |||||
| * | | Add feature to suppress uuid/location information for message catalogs | hayashi | 2014-02-01 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: default #: ../../../source/news.txt:6 # 9f62de6b9c3b477095dba5e468972e6d msgid "News" msgstr After: suppress uuid & location information msgid "News" msgstr | |||||
* | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | |