Update docs to use NVIDIA Sphinx theme#151
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. |
|
Rendered from 6b2e5ccc. Main pageAPI reference |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (5)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates documentation packaging and Sphinx configuration to use ChangesDocumentation theme migration
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |


Description
Updates the Sphinx documentation to use
nvidia_sphinx_themewith the theme's default left navigation.This replaces the previous Sphinx theme dependency, removes the legacy shared RAPIDS CSS/JavaScript injection where present, and regenerates dependency manifests.
Contributes to rapidsai/build-planning#300.
Validation
sphinx-build -b dirhtml ./source _html -Wpassed in the CUDA 13.3 devcontainer.sphinx-build --builder doctest ./source _doctest -Wpassed all eight doctests.