summaryrefslogtreecommitdiff
path: root/sphinx/ext/linkcode.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-151-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.ext.linkcodeTakeshi KOMIYA2019-07-011-9/+6
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-3/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-6/+6
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-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-1/+1
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-1/+8
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-221-1/+1
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+4
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* BUG: ext/linkcode: do not detect linkcode config changesPauli Virtanen2012-12-071-1/+1
* ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+72