summaryrefslogtreecommitdiff
path: root/sphinx/ext/linkcode.py
Commit message (Collapse)AuthorAgeFilesLines
* 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