-
Notifications
You must be signed in to change notification settings - Fork 32
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
Copy Documentation files to S3 #168
Comments
A quick note about the Switching from the This is a bug in their theme that is resolved in this PR, which should be released very soon (see 1,2). For the other RAPIDS libs, this isn't much of an issue because the Jenkins-based doc building jobs that commit HTML files directly to the It's only the new GH Actions based docs build jobs that use the I anticipate that by the time we're ready to use the S3 doc files, the new |
It looks like this task may just require editing the existing GHAs workflow below to push to S3 instead of the
|
Closes rapidsai#168. This PR adjusts the `build-and-deploy.yml` workflow to push the documentation files to S3. This is needed for the upcoming overhaul to the `rapidsai/docs` repository. I will open a subsequent PR in the future to remove the step from this workflow that commits files directly to that repository.
PR: #214 |
Closes #168. This PR adjusts the `build-and-deploy.yml` workflow to push the documentation files to S3. This is needed for the upcoming overhaul to the `rapidsai/docs` repository. I will open a subsequent PR in the future to remove the step from this workflow that commits files directly to that repository.
We are in the process of updating the documentation-building process for RAPIDS libraries so that they upload their HTML files to S3.
In the future, S3 will be used as the "source of truth" for documentation instead of the https://github.com/rapidsai/docs/ repository. That repository will then be configured to pull the HTML files from S3 during build time.
In preparation for the removal of the HTML files from the
rapidsai/docs
repository, it would be helpful if the HTML files from this repository were also uploaded to S3.Here are some additional links/comments that may be helpful:
VERSION_NUMBER
is like23.04
,23.06
, etc.): https://github.com/rapidsai/rmm/blob/ebf591ffc2fd7b83605f5725ec6e8ba425858c02/ci/build_docs.sh#L44diff
tool that will help end-users identify API changes between releases)sphinx
'shtml
builder to itsdirhtml
builder. This will generate URL paths that do not include extraneous.html
extensions (see sphinx docs for more details).The text was updated successfully, but these errors were encountered: