Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Now gettext translates label target name. Fix i18n: crash when using a ↵ | Takayuki Shimizukawa | 2013-10-04 | 1 | -0/+7 | |
| | | | | indirect target and translating a target section name. Closes #1265 | |||||
* | Fix i18n: gettext did not translate admonition directive's title. Closes #1206 | Takayuki Shimizukawa | 2013-07-03 | 1 | -2/+4 | |
| | ||||||
* | nodes utils: remove monkey-patch that is in docutils >=0.7 | Georg Brandl | 2013-03-29 | 1 | -12/+0 | |
| | ||||||
* | nodes util: update docutils tracker link | Georg Brandl | 2013-03-29 | 1 | -7/+8 | |
| | ||||||
* | Merged in knzm/sphinx-fix-docfields-fork (pull request #96) | Nozomu Kaneko | 2013-02-04 | 1 | -2/+16 | |
|\ | ||||||
| * | fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ↵ | Takayuki Shimizukawa | 2013-01-21 | 1 | -0/+14 | |
| | | | | | | | | | | | | return unicode object if Element['names'] contain unicode object. This is maybe docutils issue: https://sourceforge.net/tracker/?func=detail&aid=3601607&group_id=38414&atid=422030 | |||||
| * | Fix long lines reported by "make check". | Georg Brandl | 2013-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | figure-caption work-around set int or None to node.line instead of empty string. | Takayuki Shimizukawa | 2013-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | use ``nodes.inline`` with a "translatable" attr instead | Nozomu Kaneko | 2013-01-13 | 1 | -1/+1 | |
|/ | ||||||
* | Closes #976: Fix gettext does not extract index entries. | Takayuki Shimizukawa | 2013-01-05 | 1 | -0/+13 | |
| | ||||||
* | Closes #940: Fix gettext does not extract figure caption. | Takayuki Shimizukawa | 2013-01-05 | 1 | -0/+7 | |
| | | | | | This is docutils issue. see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032 | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fix whitespace / line length issues reported by "make test" | Jonathan Waltman | 2012-11-03 | 1 | -3/+3 | |
| | ||||||
* | Fix test suite: new code in extract_messages cannot always work. | Georg Brandl | 2012-10-28 | 1 | -3/+4 | |
| | ||||||
* | Remove unneeded semicolon. | Georg Brandl | 2012-10-28 | 1 | -1/+1 | |
| | ||||||
* | Use term in description list as translation message | Kouhei Sutou | 2012-07-26 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | Here is a .rst that reproduces the problem fixed by this changes: term-word description-paragraph "description-paragraph" is extracted as translation message by "sphinx-build -b gettext" but "term-word" isn't. It's because nodes.term node doesn't have source information. Source information should be added by Docutils instead of Sphinx. A patch that fix this problem in Doctuils had been submitted: https://sourceforge.net/tracker/?func=detail&aid=3548418&group_id=38414&atid=422032 This changes are workarond to work with docutils-0.9.1 or earlier. | |||||
* | Closes #853: Restore compatibility with docutils trunk. | Georg Brandl | 2012-01-29 | 1 | -0/+4 | |
| | ||||||
* | Re-add monkey patch whose removal made latex build fail. | Georg Brandl | 2011-10-02 | 1 | -0/+7 | |
| | ||||||
* | Remove docutils monkey-patches that are no longer needed with >= 0.7. | Georg Brandl | 2011-09-25 | 1 | -54/+5 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -0/+28 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -0/+28 | |
| | | ||||||
* | | Move node filtering into extract_messages. | Robert Lehmann | 2011-07-06 | 1 | -2/+11 | |
| | | ||||||
* | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -5/+14 | |
| | | | | | | | | main entries for a given key. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 1 | -0/+32 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -0/+6 | |
| | | ||||||
* | | Code style nits. | Georg Brandl | 2010-08-21 | 1 | -0/+1 | |
| | | ||||||
* | | merge with trunk | Robert Lehmann | 2010-08-17 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Add a constant for class types, which lacks types.ClassType in Py3k. | Georg Brandl | 2010-07-28 | 1 | -2/+2 | |
| |/ | ||||||
* | | Switch from normalized representation to rawsource. | Robert Lehmann | 2010-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | merge with trunk | Robert Lehmann | 2010-06-23 | 1 | -0/+7 | |
|\ \ | |/ | ||||||
| * | Monkey-patch docutils.nodes.Element.copy to copy the rawsource. | Georg Brandl | 2010-06-20 | 1 | -0/+7 | |
| | | ||||||
* | | Ignore orphan metadata field in translatable messages. | Robert Lehmann | 2010-06-23 | 1 | -0/+3 | |
| | | ||||||
* | | Extract translatable strings alongside their doctree nodes. | Robert Lehmann | 2010-06-16 | 1 | -1/+1 | |
| | | ||||||
* | | Refactor message extractor into utilities. | Robert Lehmann | 2010-06-09 | 1 | -0/+11 | |
|/ | ||||||
* | Monkey-patch Node.__contains__ to get consistent behavior for docutils 0.5 ↵ | Georg Brandl | 2010-05-25 | 1 | -0/+12 | |
| | | | | and 0.6. | |||||
* | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵ | Georg Brandl | 2010-05-24 | 1 | -1/+1 | |
| | | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators. | |||||
* | Allow escaping "<" in x-ref roles by a backslash. | Georg Brandl | 2010-03-01 | 1 | -1/+2 | |
| | ||||||
* | merge with trunk | Georg Brandl | 2010-01-17 | 1 | -6/+20 | |
| | ||||||
* | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -0/+111 | |