Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate sphinx.transforms to multiple files | Takeshi KOMIYA | 2016-09-15 | 1 | -624/+0 |
| | |||||
* | Refactor sphinx.environment: Reimplement filter_messages() as a transform | Takeshi KOMIYA | 2016-09-15 | 1 | -0/+13 |
| | |||||
* | Fix could not translate the content of meta directive (ref: #1734) | Takeshi KOMIYA | 2016-09-01 | 1 | -1/+6 |
| | |||||
* | Fix #1734: Could not translate the caption of toctree directive | Takeshi KOMIYA | 2016-09-01 | 1 | -0/+16 |
| | |||||
* | std domain handles citations | Takeshi KOMIYA | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Fix #2633: Sphinx crashes with old styled indices | Takeshi KOMIYA | 2016-06-07 | 1 | -0/+18 |
| | |||||
* | fix #2522: Sphinx touches mo files under installed directory | shimizukawa | 2016-05-06 | 1 | -3/+1 |
| | | | that caused permission error. | ||||
* | Fix #2483: any figure number was not assigned if figure title contains only ↵ | Takeshi KOMIYA | 2016-05-01 | 1 | -1/+1 |
| | | | | non text objects | ||||
* | The default format of `today_fmt` and `html_last_updated_fmt` is back to ↵ | Takeshi KOMIYA | 2016-04-03 | 1 | -1/+1 |
| | | | | | | | | | strftime format again `html_last_updated_fmt` is commonly used for non date formatting. But LDML is difficult to represent them from its characteristics. Now we moved to strftime format again (ref: #2394). | ||||
* | Fix #2394: Sphinx crashes when html_last_updated_fmt is invalid | Takeshi KOMIYA | 2016-04-01 | 1 | -1/+2 |
| | |||||
* | Fix #794: Date formatting in latex output is not localized | Takeshi KOMIYA | 2016-02-14 | 1 | -3/+3 |
| | |||||
* | classifier of glossary terms can be used for index entries grouping key. The ↵ | shimizukawa | 2016-02-14 | 1 | -4/+9 |
| | | | | classifier also be used for translation. See also :ref:`glossary-directive`. | ||||
* | Now term nodes in a glossary directive are wrapped with termset node to ↵ | shimizukawa | 2016-02-14 | 1 | -13/+2 |
| | | | | | | handle multiple term correctly. Fix #2251; Line breaks in .rst files are transferred to .pot files in a wrong way. | ||||
* | Refactor numfig: Move core implementation to std domain | Takeshi KOMIYA | 2016-02-14 | 1 | -11/+3 |
| | |||||
* | Override figure directive to apply :name: option to the figure itself | Takeshi KOMIYA | 2016-02-14 | 1 | -3/+0 |
| | |||||
* | Merge with stable | shimizukawa | 2016-02-09 | 1 | -31/+33 |
|\ | | | | | | | | | | | | | Conflicts: sphinx/environment.py sphinx/ext/autodoc.py sphinx/writers/latex.py | ||||
| * | Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n ↵ | shimizukawa | 2016-02-09 | 1 | -31/+29 |
|/ | | | | feature should support parsers that specified source_parsers. | ||||
* | transforms: Don't try to call has_child on parent nodes that are None | Dmitry Shachnev | 2016-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Otherwise the build can fail with the following error: File "/usr/lib/python2.7/dist-packages/sphinx/environment.py", line 791, in read_doc pub.publish() File "/usr/lib/python2.7/dist-packages/docutils/core.py", line 218, in publish self.apply_transforms() File "/usr/lib/python2.7/dist-packages/docutils/core.py", line 199, in apply_transforms self.document.transformer.apply_transforms() File "/usr/lib/python2.7/dist-packages/docutils/transforms/__init__.py", line 171, in apply_transforms transform.apply(**kwargs) File "/usr/lib/python2.7/dist-packages/sphinx/transforms.py", line 124, in apply if has_child(node.parent, nodes.caption): File "/usr/lib/python2.7/dist-packages/sphinx/transforms.py", line 117, in has_child return any(isinstance(child, cls) for child in node) TypeError: 'NoneType' object is not iterable The error could be reproduced with lp:autopilot/legacy branch from Launchpad. | ||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Fix filenames were not shown on warnings of citations | Takeshi KOMIYA | 2016-01-13 | 1 | -0/+1 |
| | |||||
* | Fix #1994: More supporting non-standard parser (like recommonmark parser) ↵ | shimizukawa | 2015-09-13 | 1 | -0/+13 |
| | | | | for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming. | ||||
* | Fixes #1983: i18n translation feature breaks references which uses section name. | shimizukawa | 2015-08-09 | 1 | -2/+4 |
| | |||||
* | Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError. | shimizukawa | 2015-07-25 | 1 | -1/+2 |
| | |||||
* | refactoring: move i18n related function from osutil into i18n | shimizukawa | 2015-03-16 | 1 | -1/+2 |
| | |||||
* | pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -0/+2 |
| | |||||
* | fix too long line | shimizukawa | 2015-02-24 | 1 | -2/+3 |
| | |||||
* | refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes ↵ | shimizukawa | 2015-02-22 | 1 | -2/+7 |
| | | | | can be translated if `gettext_additional_targets` has 'image'. | ||||
* | versioning_conditions for uuid/i18n uses is_translatable instead of ↵ | shimizukawa | 2015-02-22 | 1 | -0/+1 |
| | | | | nodes.TextElement directly. | ||||
* | fix bug for the change c53fa4b | shimizukawa | 2015-02-22 | 1 | -0/+5 |
| | |||||
* | refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if ↵ | shimizukawa | 2015-02-22 | 1 | -0/+2 |
| | | | | `gettext_additional_targets` has that string. | ||||
* | refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' ↵ | shimizukawa | 2015-02-22 | 1 | -3/+38 |
| | | | | is set to `gettext_additional_targets`. | ||||
* | The ``gettext_enables`` config value has been renamed to ↵ | shimizukawa | 2015-02-22 | 1 | -1/+1 |
| | | | | `gettext_additional_targets`. | ||||
* | Closes #1732. Localized table caption raises exception. | shimizukawa | 2015-02-21 | 1 | -20/+26 |
| | | | | It is potentially bug that appears by a change https://github.com/sphinx-doc/sphinx/commit/7cd470f59a0710f7ad4d5a94c10cd907aa135af0 | ||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | add :confval:`gettext_enables` to enable extracting 'index' to gettext ↵ | Takayuki Shimizukawa | 2014-09-28 | 1 | -16/+17 |
| | | | | | | | | catalog output / applying translation catalog to generated documentation. Closes #1344 | ||||
* | | Refactor has_child() function (by review) | tk0miya | 2014-09-27 | 1 | -5/+1 |
| | | |||||
* | | Assign fignum to tables and code-blocks | tk0miya | 2014-09-27 | 1 | -0/+6 |
| | | |||||
* | | Assign figure numbers automatically | tk0miya | 2014-09-26 | 1 | -0/+23 |
| | | |||||
* | | Minor PEP8 cleanup. | Georg Brandl | 2014-09-21 | 1 | -12/+14 |
| | | |||||
* | | Merge with stable | Takayuki Shimizukawa | 2014-08-30 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Add source comment to explain why is the second argument (msgnode) not ↵ | Takayuki Shimizukawa | 2014-08-30 | 1 | -0/+6 |
| | | | | | | | | needed. Refs #1300, 8d51df20d4 | ||||
* | | * fix over 80 chars line and remove unused import. | Takayuki Shimizukawa | 2014-06-15 | 1 | -1/+0 |
| | | |||||
* | | merge with stable | Georg Brandl | 2014-03-25 | 1 | -3/+9 |
|\ \ | |/ | |||||
| * | Fix i18n: missing python domain's cross-references with currentmodule ↵ | Takayuki Shimizukawa | 2014-03-23 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | directive or currentclass directive. refs #1363 * node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node. | ||||
* | | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206) | Georg Brandl | 2014-03-01 | 1 | -4/+1 |
|\ \ | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support. | ||||
| * | | Drop docutils-0.7, 0.8 and 0.9 support | Takayuki Shimizukawa | 2013-12-15 | 1 | -4/+1 |
| | | | |||||
* | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | merge with stable | Georg Brandl | 2014-01-26 | 1 | -1/+2 |
|\ \ \ | |/ / |