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 e135869 commit 8013be4Copy full SHA for 8013be4
1 file changed
src/mkdocstrings/extension.py
@@ -210,8 +210,6 @@ def _process_block(
210
data: CollectorItem = handler.collect(identifier, options)
211
except CollectionError as exception:
212
log.error(str(exception)) # noqa: TRY400
213
- if PluginError is SystemExit: # TODO: when MkDocs 1.2 is sufficiently common, this can be dropped.
214
- log.error(f"Error reading page '{self._autorefs.current_page}':") # noqa: TRY400
215
raise PluginError(f"Could not collect '{identifier}'") from exception
216
217
if handler_name not in self._updated_envs: # We haven't seen this handler before on this document.
0 commit comments