zhangfengcdt commented on code in PR #2196:
URL: https://github.com/apache/sedona/pull/2196#discussion_r2245751630
##########
.github/workflows/docs.yml:
##########
@@ -67,8 +67,15 @@ jobs:
working-directory: './R'
- run: Rscript -e 'pkgdown::build_site(pkg = "./R", preview = FALSE,
override = list(destination = "../docs/api/rdocs"))'
- name: Install Python documentation dependencies
- run: pip install sphinx sphinx_rtd_theme
+ run: |
+ pip install sphinx sphinx_rtd_theme pyspark==3.5.4 pystac==1.13.0
Review Comment:
It should be fixed now.
--
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]