summaryrefslogtreecommitdiff
path: root/sphinx/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #1994: More supporting non-standard parser (like recommonmark parser) for...shimizukawa2015-09-131-0/+13
* Fixes #1983: i18n translation feature breaks references which uses section name.shimizukawa2015-08-091-2/+4
* Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa2015-07-251-1/+2
* refactoring: move i18n related function from osutil into i18nshimizukawa2015-03-161-1/+2
* pep8 fixesGeorg Brandl2015-03-081-0/+2
* fix too long lineshimizukawa2015-02-241-2/+3
* refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes can...shimizukawa2015-02-221-2/+7
* versioning_conditions for uuid/i18n uses is_translatable instead of nodes.Tex...shimizukawa2015-02-221-0/+1
* fix bug for the change c53fa4bshimizukawa2015-02-221-0/+5
* refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if `gettex...shimizukawa2015-02-221-0/+2
* refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' i...shimizukawa2015-02-221-3/+38
* The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa2015-02-221-1/+1
* Closes #1732. Localized table caption raises exception.shimizukawa2015-02-211-20/+26
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...Takayuki Shimizukawa2014-09-281-16/+17
* | Refactor has_child() function (by review)tk0miya2014-09-271-5/+1
* | Assign fignum to tables and code-blockstk0miya2014-09-271-0/+6
* | Assign figure numbers automaticallytk0miya2014-09-261-0/+23
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-12/+14
* | Merge with stableTakayuki Shimizukawa2014-08-301-0/+6
|\ \ | |/
| * Add source comment to explain why is the second argument (msgnode) not needed...Takayuki Shimizukawa2014-08-301-0/+6
* | * fix over 80 chars line and remove unused import.Takayuki Shimizukawa2014-06-151-1/+0
* | merge with stableGeorg Brandl2014-03-251-3/+9
|\ \ | |/
| * Fix i18n: missing python domain's cross-references with currentmodule directi...Takayuki Shimizukawa2014-03-231-3/+9
* | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-4/+1
|\ \
| * | Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa2013-12-151-4/+1
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright year.Georg Brandl2014-03-011-1/+1
* | | merge with stableGeorg Brandl2014-01-261-1/+2
|\ \ \ | |/ /
| * | Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl2014-01-231-1/+2
* | | MergeDmitry Shachnev2014-01-201-1/+1
|\ \ \
| * | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
| | |/ | |/|
* | | merge with stableGeorg Brandl2014-01-191-4/+9
|\ \ \ | |/ / |/| / | |/
| * Closes #1300: Fix references not working in translated documents in some inst...Georg Brandl2014-01-191-2/+1
| * Closes #1329: Fix traceback with empty translation msgstr in .po files.Georg Brandl2014-01-191-2/+8
* | Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-1/+0
|/
* Backed out changeset cfe9e2d11003 refs #1265Takayuki Shimizukawa2013-10-041-38/+6
* Now gettext translates label target name. Fix i18n: crash when using a indire...Takayuki Shimizukawa2013-10-041-6/+38
* Fix i18n: crash when translating section name that is pointed from named targ...Takayuki Shimizukawa2013-09-231-0/+7
* Ignoring the string consists only of white-space characters. Closes #1234Takayuki Shimizukawa2013-09-171-1/+2
* Fix i18n: footnote reference number missing for auto numbered named footnote ...Takayuki Shimizukawa2013-06-211-3/+24
* fix: translation mechanism break label target if label and section name are s...Takayuki Shimizukawa2013-06-191-4/+25
* fix: keep reference if link refname was translated. refs #1193Takayuki Shimizukawa2013-06-191-10/+71
* fix: Duplicated section name will cause crash. refs #1193Takayuki Shimizukawa2013-06-171-2/+3
* update commentTakayuki Shimizukawa2013-06-171-2/+2
* Fix: Multiple references in the same line return the same link with i18n. Clo...Takayuki Shimizukawa2013-06-171-14/+18
* add tests for "multiple cross references in the same line return the same lin...Takayuki Shimizukawa2013-06-161-12/+10
* Fix multiple cross references (term, ref, doc) in the same line return the sa...Takayuki Shimizukawa2013-06-161-3/+30
* all: provide docutils version in sphinx.util.compatGeorg Brandl2013-03-291-10/+4