summaryrefslogtreecommitdiff
path: root/sphinx/ext/linkcode.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This makes it possible to introduce more metadata values later.
* 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
| | | | | | Since the linkcode_resolve is a function, it triggers configuration change on each rebuild, resulting to full rebuild always. It's better to make it not do that.
* ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+72