We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7058ea commit f0e2618Copy full SHA for f0e2618
src/sphinx_codeautolink/extension/__init__.py
@@ -80,7 +80,7 @@ def doctree_resolved(self, app, doctree, docname):
80
81
def build_finished(self, app, exception):
82
"""Apply links to HTML output and write refs file."""
83
- if self.do_nothing:
+ if self.do_nothing or exception is not None:
84
return
85
86
uri = app.builder.outdir
0 commit comments