kszucs commented on a change in pull request #10684: URL: https://github.com/apache/arrow/pull/10684#discussion_r666886483
########## File path: cpp/cmake_modules/UseCython.cmake ########## @@ -145,6 +145,8 @@ function(compile_pyx ${no_docstrings_arg} ${cython_debug_arg} ${CYTHON_FLAGS} + # Necessary for autodoc of function arguments + --directive embedsignature=True Review comment: Nice! Can we remove the corresponding directives from the cython files? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org