Backport #1079: Publish API docs to docs.nvidia.com - #1081
Merged
josephine-wolf-oberholtzer merged 2 commits intoAug 27, 2026
Merged
Conversation
Closes rapidsai#1078 In order to publish docs to docs.nvidia.com, we need to: - Integrate a [new shared workflow](https://github.com/rapidsai/shared-workflows/blob/main/.github/workflows/publish-api-docs.yaml) for pushing to the docs.nvidia.com S3 bucket - Activate the version switcher drop-down in Sphinx, using a `versions.json` file located on docs.nvidia.com N.B.: - This _does not replace_ publishing docs to docs.rapidsai.org. This is _in addition to_. - Virtually identical changes have already been made for cudf, cugraph, cuvs, nvforest, rmm, etc. - Unlike the initial batch of repos, I'm setting the `version-map` parameter via `vars` rather than hard-coding. I'll migrate the initial batch of repos to use this same pattern in the near future so we can coordinate versions independent of code changes. Authors: - Joséphine Wolf Oberholtzer (https://github.com/josephine-wolf-oberholtzer) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: rapidsai#1079
josephine-wolf-oberholtzer
requested review from
msarahan
and removed request for
a team
August 27, 2026 13:56
josephine-wolf-oberholtzer
force-pushed
the
josephine/backport-1079
branch
from
August 27, 2026 14:07
eeabd85 to
5478256
Compare
bdice
approved these changes
Aug 27, 2026
josephine-wolf-oberholtzer
requested review from
a team
and removed request for
msarahan
August 27, 2026 16:23
josephine-wolf-oberholtzer
merged commit Aug 27, 2026
466bb60
into
rapidsai:release/26.08
16 of 21 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #1079 to the release/26.08 branch so we can get 26.08 docs onto docs.nvidia.com.