Replies: 7 comments 1 reply
|
This would be great! Right now we have the |
|
@henrydingliu can you clarify what you mean by you prefer the RTD approach? As in build out a new doc site for review instead of using automated action here that generates a doc site as static file? The RTD approach is most reliable, but it takes quite a bit of time to setup, especially if you aren't an admin. You would have to spin up your own instance and generate the site. We could setup multiple "experimentals" though, but that will make it so hard to manage and it would be honestly a bit ugly... |
|
sorry for not specifying, by "RTD approach", i meant either experimental versions on the main docsite or setting up personal docsites. it does take a bit to setup. but once it's setup, it's automatically built upon commit, which would be equally convenient for the PR raiser and slightly more convenient for the reviewer (don't have to download and extract a zip).
I do that too sometimes! I merge it into the experimental branch on my fork, which has its own version on my rtd site. to be clear, i'm not opposed to the zip upload approach. for now the blocker is the uv vs pip dependency difference, which has been kicking our ass once every couple of weeks in the last quarter. |
|
loving the new rtd with each PR approach. good to close? |
|
You mean good to close the experimental branch? I think I will kill the RTC render first and we can keep the branch alive until everything is picked up or merged. But ya with the docs build this way there's no need for experimental anymore. |
|
i meant good to close this discussion. commits to experimental are all merged in except for chapter 10 which is already in a separate PR |
Uh oh!
There was an error while loading. Please reload this page.
I've been wondering what the best way to review contributions to the docs are. I've defaulted to checking out people's branches and then building them myself to take a look. Another idea is looking at branches on RTD, although that would be a steep expectation to place on outside contributors.
The way Pandas does it is that there is a workflow that uploads an artifact of the build:
All reactions