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:
parent
d769e7b616
commit
3fecd0b3b6
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user