-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumping documentation #28
Comments
Happy to add others there, if you could post your RTD username. |
Sure, my username is same as here - charlesbluca. |
Invite sent.
… On Jan 18, 2021, at 3:36 PM, Charles Blackmon-Luca ***@***.***> wrote:
Sure, my username is same as here - charlesbluca.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#28 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAKAOIQOU5ZY5ZWNXMXKTI3S2SSXNANCNFSM4WHZOMIA>.
|
Thanks! I'll let you know if I have any other questions about the settings on RTD. |
As part of this process, I have added a simple workflow to generate previews of the documentation in response to PRs. Since this workflow creates new (preview) branches whenever a local PR is made affecting |
What are the pros and cons of using our own workflow vs. the RTD github action to generate previews? cc @jbusecke |
I dont have any experience with rolling docs preview manually, but from my experience, RTD can be quite slow (often being the last item of CI that finishes). If this approach is faster, I think that would be a really nice addition! |
If the rolling docs feature is essentially the same as my workflow (giving previews of what documentation would look like after a PR), then I'm happy to use that instead! My workflow is still pretty hacked together, so there are plenty of cons to look out for:
Is there documentation anywhere on RTD's preview functionality? |
Thanks! I'll play around with this for now and see how well it performs compared to the workflow. |
Awesome. Let me know what you find out. Very curious about this. |
Opened up a PR #32 to test out autobuild, but it doesn't seem to show RTD in the checks - according to the troubleshooting section, it looks like this might be because RTD isn't authorized as an app in this organization, or the webhooks need to be reconfigured? I'll look into that, but if an org owner could confirm whether or not RTD is authorized that would be great. |
I had a similar issue in another repo. @rabernat was both the owner and able to figure it out. So maybe he can provide some input? |
@charlesbluca can you try pushing another commit. I may have just authorized RTD's oauth application for pangeo-forge. Not 100% sure though. |
I got a notification that RTD was authorized for this repo. |
Sure! I'll push another commit to my PR and see if it works out. |
It looks like we still aren't getting RTD checks showing. On top of that, it looks like the docs build failed upon merging Ryan's big PR, though we still don't have any indication of why. 😕 If the OAuth is authorized, it could be an issue with the webhook set up on RTD's side - maybe resyncing it could fix things? |
RTD works, thanks to these early efforts! Closing. |
With the major refactor to pangeo-forge pending, it would be timely to update the documentation to adequately represent the direction it is going in. This should include:
prepare()
,cache_input()
,store_chunk()
, ...It might be useful to consider what info we consider more fitting for the landing page as we begin to populate that. Since the docs are published through Read The Docs, I think we should probably add some additional maintainers to our project there, since currently the only one is @TomAugspurger.
The text was updated successfully, but these errors were encountered: