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-13Merge branch 'stable'shimizukawa
2015-09-12Fix #1994: More supporting non-standard parser (like recommonmark parser) for...shimizukawa
2015-08-09Fix #1540: Fix RuntimeError with circular referenced toctreeTakeshi KOMIYA
2015-07-27Add support for converting checkmark unicode to latex symbolMatthew Treinish
2015-07-25merge with stableshimizukawa
2015-07-25Fixed #1855: make gettext generates broken po file for definition lists with ...shimizukawa
2015-07-25remove old patch for docutils. it's fixed at docutils-0.10shimizukawa
2015-07-25Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa
2015-07-25merge with stableGeorg Brandl
2015-07-25Fixes #1915: Do not generate smart quotes in doc field type annotations.Georg Brandl
2015-07-09Add support for SOURCE_DATE_EPOCH environment variable to ustrftime functionDmitry Shachnev
2015-05-18fix some over-broad except: clausesGeorg Brandl
2015-03-16refactoring: move i18n related function from osutil into i18nshimizukawa
2015-03-16rename function name to avoid ambiguousshimizukawa
2015-03-16Fixed #1771: automated .mo building doesn't work properly with template trans...shimizukawa
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08flake8: fix a problem, add differing warning #Georg Brandl
2015-03-08final pep8 fixes; reactivate most warnings in flake8Georg Brandl
2015-03-08util: pep8 fixesGeorg Brandl
2015-03-08refs #1700, #1742: add testing and fix two bugs.shimizukawa
2015-03-08Change the source parsers feature a bit:Georg Brandl
2015-03-07enables flake8 E401: multiple imports on one lineshimizukawa
2015-03-07enables flake8 E501 line too long, E502 the backslash is redundant between br...shimizukawa
2015-02-27The change c773692 breaks a previous gettext output that contains duplicated ...shimizukawa
2015-02-27Merge branch 'source_suffix'shimizukawa
2015-02-25Add Python implementation (CPython, Jython, PyPy) to traceback file.Georg Brandl
2015-02-24Merge pull request #1727 from lehmannro/restore-pycompatRobert Lehmann
2015-02-24Also restore pycompat.class_types and deprecate it properly.Robert Lehmann
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-22refactoring: extract 'translatable_node' checking code from extract_messages.shimizukawa
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-14Slated for removal in 1.4.Robert Lehmann
2015-02-14Also restore pycompat.{String,Bytes}IO.Robert Lehmann
2015-02-14Warn when accessing deprecated attributes.Robert Lehmann
2015-02-14Restore pycompat API. Fixes #1726.Robert Lehmann
2015-02-14Fix warning to report actual line of occurrence.Robert Lehmann
2015-02-08source_suffix can now be a list.Georg Brandl
2015-01-28Remove non-determinismDmitry Shachnev
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-12-31Fix memory leak during parallel writing with multiplied warnings.Georg Brandl
2014-11-12Closes #1623: Return types specified with ``:rtype:`` are now turned into lin...Georg Brandl
2014-11-09Deprecate make_admonition.Georg Brandl
2014-11-07merge with stableGeorg Brandl
2014-11-07Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl
2014-09-30Add :numref: role to refer figures, tables and code-blocks by its fignumtk0miya
2014-09-25fix: deque missingTakayuki Shimizukawa
2014-09-25refactoring by using `with cd`Takayuki Shimizukawa