Copilot commented on code in PR #2064: URL: https://github.com/apache/sedona/pull/2064#discussion_r2189028728
########## python/.gitignore: ########## @@ -24,3 +24,4 @@ /dist/ /sedona/utils/*.so __pycache__ +/sedona/doc/_build/ Review Comment: The ignore rule targets `/sedona/doc/_build/` but the actual build output path is `python/sedona/doc/_build/`. You should update this entry to `sedona/doc/_build/` or `python/sedona/doc/_build/` so that the Sphinx build output is properly ignored. ```suggestion /python/sedona/doc/_build/ ``` -- 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]
