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
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-04-28Fix #789: ``:samp:`` role supports to escape curly braces with backslashTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-07-30Fix #3960: default_role = guilabel not functioningTakeshi KOMIYA
2017-07-29Fix :pep: and :rfc: does not supports ``default-role`` directive (refs: #3960)Takeshi KOMIYA
2017-07-15Fix mypy violations (for mypy-0.520)Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-16Reduce DeprecationWarnings for regexpTakeshi KOMIYA
2017-02-10Add mypy annotationsTakeshi KOMIYA
2017-01-29Move doc reference to under standard domainTakeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2016-12-13Merge branch 'stable'Takeshi KOMIYA
2016-12-12builtin extensions return metadata to allow parallel buildTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-07-28Closes #2799: Sphinx installs roles and directives automatically on importing...Takeshi KOMIYA
2016-02-14classifier of glossary terms can be used for index entries grouping key. The ...shimizukawa
2016-01-17Fix #2060: ``:manpage:`` role uses incorrect style (node)Takeshi KOMIYA
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2015-07-25Fixes #1909: Add "doc" references to Intersphinx inventories.Georg Brandl
2015-02-25Fix generating emphasis nodes without semantic reasonGeorg Brandl
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-21Minor PEP8 cleanup.Georg Brandl
2014-09-20Add ref context to all "any" references. Should make it possible to resolve ...Georg Brandl
2014-09-20PEP8 cleanup in roles.py.Georg Brandl
2014-09-19Added the `any` role that can be used to find a cross-reference ofGeorg Brandl
2014-09-19Changing the default role document-locally with the docutils ".. default-role::"Georg Brandl
2014-08-20Fix #1381 :rfc: and :pep: roles support custom link texttk0miya
2014-07-26Now sphinx.roles.abbr_role pass through `**options` to `addnodes.abbriviation...Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-12Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl
2013-03-29remove xfileref_role() and directive_dwim() which were deprecated in 1.0Georg Brandl
2013-01-05Closes #976: Fix gettext does not extract index entries.Takayuki Shimizukawa
2013-01-02Copyright update.Georg Brandl
2011-09-23Merge with 1.0Georg Brandl
2011-09-23Fix the ``abbr`` role when the abbreviation has newlines in it.Georg Brandl
2011-09-23Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl