mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
autodoc: call autodoc-process-signature hook even if introspecting item signature failed
This commit is contained in:
@@ -372,8 +372,7 @@ class Documenter(object):
|
||||
else:
|
||||
# try to introspect the signature
|
||||
args = self.format_args()
|
||||
if args is None:
|
||||
return ''
|
||||
|
||||
retann = self.retann
|
||||
|
||||
result = self.env.app.emit_firstresult(
|
||||
|
||||
Reference in New Issue
Block a user