vanshaj2023 commented on issue #49273: URL: https://github.com/apache/arrow/issues/49273#issuecomment-3902520002
Hi @rok I'd like to work on this issue. Implementation approach: Pre-generate docstrings in .pyi stub files and include them in the sdist Remove update_stub_docstrings.py from MANIFEST.in (keep in repo, just don't distribute) Modify setup.py to skip docstring generation if stubs already have them This way the sdist is complete without needing to ship the generation script. Could you assign this to me? Does this approach sound right or am I missing something? Thanks! -- 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]
