BUG: ext/linkcode: do not detect linkcode config changes

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.
This commit is contained in:
Pauli Virtanen 2012-12-07 21:13:54 +02:00
parent 54a0f2a1c5
commit 319afe8fde

View File

@ -69,4 +69,4 @@ def doctree_read(app, doctree):
def setup(app):
app.connect('doctree-read', doctree_read)
app.add_config_value('linkcode_resolve', None, 'env')
app.add_config_value('linkcode_resolve', None, '')