Remove legacy RAPIDS Doxygen theme assets#2286
Open
bdice wants to merge 5 commits into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
15 tasks
Contributor
Author
|
Rendered from 4fe8a829. Main pageAPI reference |
bdice
commented
Jul 6, 2026
cjnolet
approved these changes
Jul 7, 2026
cjnolet
reviewed
Jul 7, 2026
| </div> | ||
| <div className="footer-item"> | ||
| <p className="copyright">Copyright © {currentYear}, NVIDIA Corporation.</p> | ||
| <p className="copyright">Copyright © 2020-{currentYear}, NVIDIA Corporation.</p> |
Contributor
There was a problem hiding this comment.
I know this is minor, but just tagging @aschilling-nv for approval here.
Contributor
There was a problem hiding this comment.
This will be overwritten when the global theme is applied at the time of publishing. I'm unsure if NVIDIA has a standard copyright string. I'll open an internal ticket with the IA team and ask whether this should be a date range or the latest year.
Contributor
Author
There was a problem hiding this comment.
I matched this to what we are doing in all RAPIDS projects. Guidance is appreciated.
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.


Description
Removes the legacy shared RAPIDS CSS/JavaScript injection from the cuVS Doxygen header.
cuVS documentation has already moved from Sphinx to Fern, so this removes the remaining obsolete theme customization rather than changing a Sphinx configuration.
Contributes to rapidsai/build-planning#300.
Validation
fern/build_docs.sh checkpassed in the CUDA 13.3 devcontainer with zero errors; all 239 MDX files are valid.