yeandy commented on code in PR #17495:
URL: https://github.com/apache/beam/pull/17495#discussion_r861360853


##########
sdks/python/scripts/generate_pydoc.sh:
##########
@@ -235,17 +235,6 @@ nitpick_ignore = []
 nitpick_ignore += [('py:class', iden) for iden in ignore_identifiers]
 nitpick_ignore += [('py:obj', iden) for iden in ignore_identifiers]
 nitpick_ignore += [('py:exc', iden) for iden in ignore_references]
-
-# Monkey patch functools.wraps to retain original function argument signature
-# for documentation.
-# https://github.com/sphinx-doc/sphinx/issues/1711

Review Comment:
   This Sphinx [issue](https://github.com/sphinx-doc/sphinx/issues/1711) has 
been fixed, so removing this code



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to