zhangfengcdt commented on PR #2196: URL: https://github.com/apache/sedona/pull/2196#issuecomment-3137754922
@jiayuasu The fix is ready to review now. Basically the issue was that sphinx needs to properly imports all dependencies for the sedona python packages to generate documents. The previous pr does not install all package and also the default 3.13 python version is not compatible with keplergl build so we have to use 3.11 to build the document. Also, I have added deprecation messages to all sedona.* packages since they are all now migrated to sedona.spark.* packages. In addition to the python dependency fix, I also make some changes to the documents color scheme and structure to be more clear and easy to read. Let me know if this is good to you and we can test this once it is deployted to the website repo and we can fix small document issues for specific apis using following PRs. -- 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]
