mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05: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:
@@ -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, '')
|
||||
|
||||
Reference in New Issue
Block a user