summaryrefslogtreecommitdiff
path: root/sphinx/roles.py
Commit message (Expand)AuthorAgeFilesLines
...
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #3960: default_role = guilabel not functioningTakeshi KOMIYA2017-07-301-0/+15
* Fix :pep: and :rfc: does not supports ``default-role`` directive (refs: #3960)Takeshi KOMIYA2017-07-291-1/+2
* Fix mypy violations (for mypy-0.520)Takeshi KOMIYA2017-07-151-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-3/+4
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
* | Add mypy annotationsTakeshi KOMIYA2017-02-101-7/+26
* | Move doc reference to under standard domainTakeshi KOMIYA2017-01-291-2/+0
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-2/+2
|/
* Closes #2799: Sphinx installs roles and directives automatically on importing...Takeshi KOMIYA2016-07-281-8/+11
* classifier of glossary terms can be used for index entries grouping key. The ...shimizukawa2016-02-141-3/+4
* Fix #2060: ``:manpage:`` role uses incorrect style (node)Takeshi KOMIYA2016-01-171-1/+1
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | Fixes #1909: Add "doc" references to Intersphinx inventories.Georg Brandl2015-07-251-1/+1
|/
* Fix generating emphasis nodes without semantic reasonGeorg Brandl2015-02-251-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Minor PEP8 cleanup.Georg Brandl2014-09-211-0/+3
* | Add ref context to all "any" references. Should make it possible to resolve ...Georg Brandl2014-09-201-1/+10
* | PEP8 cleanup in roles.py.Georg Brandl2014-09-201-11/+13
* | Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-0/+2
* | Changing the default role document-locally with the docutils ".. default-role::"Georg Brandl2014-09-191-1/+6
* | Fix #1381 :rfc: and :pep: roles support custom link texttk0miya2014-08-201-14/+20
* | Now sphinx.roles.abbr_role pass through `**options` to `addnodes.abbriviation...Takayuki Shimizukawa2014-07-261-2/+4
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-2/+3
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Closes #1174: Fix smart quotes being applied inside roles like :rst:role:`pro...Georg Brandl2014-01-121-3/+3
|/
* remove xfileref_role() and directive_dwim() which were deprecated in 1.0Georg Brandl2013-03-291-8/+0
* Closes #976: Fix gettext does not extract index entries.Takayuki Shimizukawa2013-01-051-0/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Merge with 1.0Georg Brandl2011-09-231-3/+4
|\
| * Fix the ``abbr`` role when the abbreviation has newlines in it.Georg Brandl2011-09-231-1/+1
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-2/+2
* | Always warn on missing :doc: or citation references.Georg Brandl2011-01-081-1/+1
* | merge with 1.0Georg Brandl2011-01-081-1/+3
|\ \ | |/
| * #572: Show warnings by default when reference labels cannot be found.Georg Brandl2011-01-081-1/+3
* | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-5/+10
* | #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-061-1/+0
* | #516: Added new value of the :confval:`latex_show_urls` option to show the UR...Georg Brandl2011-01-061-0/+1
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/