Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-12Fix #1994: More supporting non-standard parser (like recommonmark parser) for...shimizukawa
2015-08-09Fixes #1983: i18n translation feature breaks references which uses section name.shimizukawa
2015-07-25Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa
2015-03-16refactoring: move i18n related function from osutil into i18nshimizukawa
2015-03-08pep8 fixesGeorg Brandl
2015-02-24fix too long lineshimizukawa
2015-02-22refs #1235: i18n: 'uri' and 'alt' attribute on 'image' and 'figure' nodes can...shimizukawa
2015-02-22versioning_conditions for uuid/i18n uses is_translatable instead of nodes.Tex...shimizukawa
2015-02-22fix bug for the change c53fa4bshimizukawa
2015-02-22refs #1235: i18n: 'doctest-block' and 'raw' node can be translated if `gettex...shimizukawa
2015-02-22refs #1235: i18n: 'literal-block' node can be translated if 'literal-block' i...shimizukawa
2015-02-22The ``gettext_enables`` config value has been renamed to `gettext_additional_...shimizukawa
2015-02-21Closes #1732. Localized table caption raises exception.shimizukawa
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-28add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...Takayuki Shimizukawa
2014-09-27Refactor has_child() function (by review)tk0miya
2014-09-26Assign fignum to tables and code-blockstk0miya
2014-08-30Add source comment to explain why is the second argument (msgnode) not needed...Takayuki Shimizukawa
2014-09-26Assign figure numbers automaticallytk0miya
2014-09-21Minor PEP8 cleanup.Georg Brandl
2014-08-30Merge with stableTakayuki Shimizukawa
2014-06-15* fix over 80 chars line and remove unused import.Takayuki Shimizukawa
2014-03-25merge with stableGeorg Brandl
2014-03-23Fix i18n: missing python domain's cross-references with currentmodule directi...Takayuki Shimizukawa
2014-03-01Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-26merge with stableGeorg Brandl
2014-01-23Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl
2014-01-20MergeDmitry Shachnev
2014-01-19merge with stableGeorg Brandl
2014-01-19Closes #1300: Fix references not working in translated documents in some inst...Georg Brandl
2014-01-19Closes #1329: Fix traceback with empty translation msgstr in .po files.Georg Brandl
2014-01-19Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev
2013-12-15Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa
2013-12-15Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa
2013-10-04Backed out changeset cfe9e2d11003 refs #1265Takayuki Shimizukawa
2013-10-04Now gettext translates label target name. Fix i18n: crash when using a indire...Takayuki Shimizukawa
2013-09-23Fix i18n: crash when translating section name that is pointed from named targ...Takayuki Shimizukawa
2013-09-17Ignoring the string consists only of white-space characters. Closes #1234Takayuki Shimizukawa
2013-06-21Fix i18n: footnote reference number missing for auto numbered named footnote ...Takayuki Shimizukawa
2013-06-19fix: translation mechanism break label target if label and section name are s...Takayuki Shimizukawa
2013-06-19fix: keep reference if link refname was translated. refs #1193Takayuki Shimizukawa
2013-06-17fix: Duplicated section name will cause crash. refs #1193Takayuki Shimizukawa
2013-06-17update commentTakayuki Shimizukawa
2013-06-16Fix: Multiple references in the same line return the same link with i18n. Clo...Takayuki Shimizukawa
2013-06-16add tests for "multiple cross references in the same line return the same lin...Takayuki Shimizukawa
2013-06-16Fix multiple cross references (term, ref, doc) in the same line return the sa...Takayuki Shimizukawa
2013-03-29all: provide docutils version in sphinx.util.compatGeorg Brandl