mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
parent
54a0f2a1c5
commit
319afe8fde
@ -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, '')
|
||||
|
Loading…
Reference in New Issue
Block a user